Id

Type Alias Id 

Source
pub type Id = usize;
Expand description

Represents the type for ids

Trait Implementations§

Source§

impl TryFrom<EdgeValue> for Id

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_from(value: EdgeValue) -> Result<Self, Self::Error>

Performs the conversion.