Trait signalo_traits::FromGuts[][src]

pub trait FromGuts: Guts {
    unsafe fn from_guts(guts: Self::Guts) -> Self;
}

Trait for gut-constructable systems.

Required Methods

Constructs self from its raw guts.

Implementors