Trait glib::closure::TryFromClosureReturnValue
source · [−]pub trait TryFromClosureReturnValue: StaticType + Sized + 'static {
fn try_from_closure_return_value(
v: Option<Value>
) -> Result<Self, BoolError>;
}