Trait opentok::IntoResult[][src]

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

Required methods

Implementations on Foreign Types

Implementors