pub trait TryFromClosureReturnValue: StaticType + Sized + 'static {
    fn try_from_closure_return_value(
        v: Option<Value>
    ) -> Result<Self, BoolError>; }

Required Methods§

Implementations on Foreign Types§

Implementors§