pub trait MicaLanguageResultExt<T> {
    fn to_language_error(self) -> Result<T, LanguageErrorKind>;
}
Expand description

Extensions for converting Results into a mica-language FFI-friendly structure.

Required Methods§

Maps the error in the result to a LanguageErrorKind.

Implementations on Foreign Types§

Implementors§