Trait wireplumber::util::TransitionExt
source · pub trait TransitionExt: IsA<Transition> + Sealed + 'static {
// Provided methods
fn advance(&self) { ... }
fn is_completed(&self) -> bool { ... }
fn source_object(&self) -> Option<Object> { ... }
fn had_error(&self) -> bool { ... }
fn connect_completed_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId { ... }
}
Provided Methods§
fn advance(&self)
fn is_completed(&self) -> bool
fn source_object(&self) -> Option<Object>
fn had_error(&self) -> bool
fn connect_completed_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId
Object Safety§
This trait is not object safe.