[][src]Trait ex::Wrapper

pub trait Wrapper<T>: Deref<Target = T> + DerefMut<Target = T> {
    fn into_inner(self) -> T;
}

Required methods

fn into_inner(self) -> T

Loading content...

Implementors

impl Wrapper<DirBuilder> for DirBuilder[src]

impl Wrapper<DirEntry> for DirEntry[src]

impl Wrapper<File> for File[src]

impl Wrapper<Metadata> for Metadata[src]

impl Wrapper<OpenOptions> for OpenOptions[src]

impl Wrapper<ReadDir> for ReadDir[src]

impl Wrapper<Error> for Error[src]

Loading content...