pub trait IntoOtError {
    // Required method
    fn into_ot_error(self) -> otError;
}
Expand description

Trait for converting types into otError values.

Required Methods§

source

fn into_ot_error(self) -> otError

Converts this value into a otsys::otError.

Implementors§