Type Alias Eid

Source
pub type Eid = u64;
Expand description

A unique entity identifier.

Trait Implementations§

Source§

impl From<Value> for Eid

Source§

fn from(v: Value) -> Eid

Converts to this type from the input type.