Struct incrust::loader::namespace::NamespaceLoader [] [src]

pub struct NamespaceLoader {
    // some fields omitted
}

Methods

impl NamespaceLoader
[src]

fn new(namespace: &str, loader: Box<Loader>) -> Box<Self>

Trait Implementations

impl Debug for NamespaceLoader
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Loader for NamespaceLoader
[src]

fn load(&self, name: &str) -> LoadResult