IntoInteropError

Trait IntoInteropError 

Source
pub trait IntoInteropError {
    // Required method
    fn into_bms_error(self) -> InteropError;
}
Expand description

A trait for converting types into an InteropError

Required Methods§

Source

fn into_bms_error(self) -> InteropError

Converts the error into an InteropError

Implementations on Foreign Types§

Source§

impl IntoInteropError for Box<EvalAltResult>

Source§

impl IntoInteropError for Utf8Error

Implementors§