[][src]Trait guts::Guts

pub trait Guts: Sized {
    type Guts;
}

The base trait of FromGuts and IntoGuts, its more useful companions.

Associated Types

type Guts

The type's guts.

Loading content...

Implementors

Loading content...