Fetchable

Trait Fetchable 

Source
pub trait Fetchable<'gc> {
    type Fetched;

    // Required method
    fn fetch(&self, roots: &DynamicRootSet<'gc>) -> Self::Fetched;
}

Required Associated Types§

Required Methods§

Source

fn fetch(&self, roots: &DynamicRootSet<'gc>) -> Self::Fetched

Implementors§