Skip to main content

IntoInner

Trait IntoInner 

Source
pub(crate) trait IntoInner<Inner> {
    // Required method
    fn into_inner(self) -> Inner;
}
Expand description

A trait for extracting representations from std types.

Required Methods§

Source

fn into_inner(self) -> Inner

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§