[−][src]Trait as_result::IntoResult
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<()>
Converts the type into a std::io::Result<()>
fn into_result(self) -> Result<T, E>Converts the type into a std::io::Result<()>
impl IntoResult<(), Error> for ExitStatus[src]fn into_result(self) -> Result<()>[src]impl IntoResult<Output, Error> for Output[src]fn into_result(self) -> Result<Output>[src]