StringId

Type Alias StringId 

Source
pub type StringId = StringOffset;

Aliased Type§

pub struct StringId(/* private fields */);

Trait Implementations§

Source§

impl Id for StringId

Source§

type RawId = i64

Source§

fn from_offset(inner: usize) -> Self

Convert from a usize offset into an Id. This should be loss-less except for certain edges. Read more
Source§

fn to_raw_id(&self) -> Self::RawId

Source§

fn into_raw_id(self) -> Self::RawId