Trait signalo_traits::Guts[][src]

pub trait Guts {
    type Guts;
}
Expand description

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

Associated Types

The type’s guts.

Implementors