FromId

Trait FromId 

Source
pub trait FromId {
    // Required method
    fn from_id(conn: Rc<Connection>, id: TypedId) -> Result<Self, FromIdError>
       where Self: Sized;
}

Required Methods§

Source

fn from_id(conn: Rc<Connection>, id: TypedId) -> Result<Self, FromIdError>
where Self: Sized,

Implementors§