Trait entity::EntExt[][src]

pub trait EntExt: Ent {
    fn load_edge_typed<E: Ent>(&self, name: &str) -> DatabaseResult<Vec<E>>;
}

Required methods

fn load_edge_typed<E: Ent>(&self, name: &str) -> DatabaseResult<Vec<E>>[src]

Loads ents of a specified type from a named edge

Loading content...

Implementors

impl<T: Ent> EntExt for T[src]

Loading content...