Trait wireplumber::util::TransitionExt2

source ·
pub trait TransitionExt2: 'static {
    // Required method
    fn return_error(&self, error: Error);
}

Required Methods§

source

fn return_error(&self, error: Error)

Implementors§