Type Alias HummockSstableObjectId

Source
pub type HummockSstableObjectId = TypedPrimitive<1, u64>;

Aliased Type§

struct HummockSstableObjectId(pub(crate) u64);

Fields§

§0: u64

Implementations§

Trait Implementations§

Source§

impl From<TypedPrimitive<0, u64>> for HummockSstableObjectId

Source§

fn from(id: HummockRawObjectId) -> Self

Converts to this type from the input type.