risingwave_hummock_trace::record

Trait UniqueId

source
pub trait UniqueId {
    type Type;

    // Required method
    fn inc(&self) -> Self::Type;
}

Required Associated Types§

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§