risingwave_
hummock_
trace
2.2.0-alpha
Unique
Id
Required Associated Types
Type
Required Methods
inc
Implementations on Foreign Types
AtomicU64
Implementors
In crate risingwave_
hummock_
trace
risingwave_hummock_trace
Trait
UniqueId
Copy item path
source
pub trait UniqueId { type
Type
; // Required method fn
inc
(&self) -> Self::
Type
; }
Required Associated Types
§
source
type
Type
Required Methods
§
source
fn
inc
(&self) -> Self::
Type
Implementations on Foreign Types
§
source
§
impl
UniqueId
for
AtomicU64
source
§
type
Type
=
u64
source
§
fn
inc
(&self) -> Self::
Type
Implementors
§