Skip to main content

GetOwned

Trait GetOwned 

Source
pub trait GetOwned<Id> {
    type Owned;

    // Required method
    fn get_owned(&self, id: Id) -> Self::Owned;
}

Required Associated Types§

Required Methods§

Source

fn get_owned(&self, id: Id) -> Self::Owned

Implementors§

Source§

impl GetOwned<TypeId> for PubPathTree<'_>

Source§

type Owned = OwnedType