HummockSstableObjectId

Type Alias HummockSstableObjectId 

Source
pub type HummockSstableObjectId = TypedId<{ _ }, u64>;

Aliased Type§

#[repr(transparent)]
pub struct HummockSstableObjectId(pub(crate) u64);

Tuple Fields§

§0: u64

Implementations§

Trait Implementations§

Source§

impl From<TypedId<{ $type_id }, u64>> for HummockSstableObjectId

Source§

fn from(id: HummockRawObjectId) -> Self

Converts to this type from the input type.
Source§

impl UniqueTypedIdDeclaration for HummockSstableObjectId