[][src]Trait guts::IntoGuts

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

Safely destructuring values into their guts.

Required methods

fn into_guts(self) -> Self::Guts

Destructures a value into its guts.

Loading content...

Implementors

Loading content...