Trait glib_signal::FromValues
source · pub trait FromValues<'a> {
type Error: Error;
type Types: IntoIterator<Item = Type>;
// Required methods
fn from_values(args: &'a [Value]) -> Result<Self, Self::Error>
where Self: Sized;
fn static_types() -> Self::Types;
}