[][src]Trait newtype::IntoInner

pub trait IntoInner: Deref {
    fn into_inner(self) -> Self::Target;
}

Trait for unwrapping the newtype

Would love to have DerefMove so that * could do this, but it's currently in RFC.

Required methods

fn into_inner(self) -> Self::Target

Unwrap the newtype into the inner value

Loading content...

Implementors

Loading content...