Trait abi_stable::traits::IntoInner
source · pub trait IntoInner {
type Element;
// Required method
fn into_inner_(self) -> Self::Element;
}
Expand description
Unwraps a type into its owned value.
Required Associated Types§
Required Methods§
sourcefn into_inner_(self) -> Self::Element
fn into_inner_(self) -> Self::Element
Unwraps this type into its owned value.