[][src]Trait as_result::IntoResult

pub trait IntoResult<T, E> {
    fn into_result(self) -> Result<T, E>;
}

Converts the type into a std::io::Result<()>

Required methods

fn into_result(self) -> Result<T, E>

Converts the type into a std::io::Result<()>

Loading content...

Implementations on Foreign Types

impl IntoResult<(), Error> for ExitStatus[src]

impl IntoResult<Output, Error> for Output[src]

Loading content...

Implementors

Loading content...