Trait signalo_traits::IntoGuts[][src]

pub trait IntoGuts: Guts {
    fn into_guts(self) -> Self::Guts;
}

Trait for gut-destructable systems.

Required Methods

Destructs self into its raw guts.

Implementors