risingwave_
hummock_
trace
2.4.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
§