Trait ruststep::tables::IntoOwned[][src]

pub trait IntoOwned: Clone + 'static {
    type Owned;
    type Table;
    fn into_owned(self, table: &Self::Table) -> Result<Self::Owned>;
}
Expand description

Trait for resolving a reference through entity id

Associated Types

Required methods

Implementations on Foreign Types

Implementors