Struct incrust::incrust::Incrust [] [src]

pub struct Incrust<'a> {
    pub loaders: GroupLoader,
    // some fields omitted
}

Fields

Methods

impl<'aa> Incrust<'aa>
[src]

Trait Implementations

impl<'a> Debug for Incrust<'a>
[src]

Formats the value using the given formatter.

impl<'a> Default for Incrust<'a>
[src]

Returns the "default value" for a type. Read more