[][src]Type Definition declarative_dataflow::Eid

type Eid = u64;

A unique entity identifier.

Trait Implementations

impl From<Value> for Eid[src]