Trait glib::closure::ToClosureReturnValue
source · [−]pub trait ToClosureReturnValue {
fn to_closure_return_value(&self) -> Option<Value>;
}
Required Methods
source
pub trait ToClosureReturnValue {
fn to_closure_return_value(&self) -> Option<Value>;
}