pub trait IntoAnyFunctionFfiResultExt {
    // Required method
    fn into_any(self) -> Fallible<Function<AnyObject, AnyObject>>;
}

Required Methods§

Implementors§

source§

impl<TI: 'static, TO: 'static> IntoAnyFunctionFfiResultExt for Fallible<Function<TI, TO>>