pub trait IntoElbusResult {
    fn to_elbus_result(self) -> Result<(), Error>;
}

Required Methods

Implementations on Foreign Types

Implementors