Trait glib::closure::TryFromClosureReturnValue
source · pub trait TryFromClosureReturnValue:
StaticType
+ Sized
+ 'static {
// Required method
fn try_from_closure_return_value(
v: Option<Value>,
) -> Result<Self, BoolError>;
}
Required Methods§
Object Safety§
This trait is not object safe.