Trait signalo_traits::IntoGuts[][src]

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

Safely destructuring values into their guts.

Required methods

Destructures a value into its guts.

Implementors