Type Definition entity::Id[][src]

type Id = usize;

Represents the type for ids

Trait Implementations

impl TryFrom<EdgeValue> for Id[src]

type Error = &'static str

The type returned in the event of a conversion error.