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;
}
Required Associated Types§
Required Methods§
fn from_values(args: &'a [Value]) -> Result<Self, Self::Error>where
Self: Sized,
fn static_types() -> Self::Types
Object Safety§
This trait is not object safe.