Trait parables_testing::test_runner::IntoResult[][src]

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

Convert into a result.

Required Methods

Implementations on Foreign Types

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

impl IntoResult<()> for ()
[src]

Implementors