Skip to main content

ApplierHost

Trait ApplierHost 

Source
pub trait ApplierHost {
    // Required method
    fn borrow_dyn(&self) -> RefMut<'_, dyn Applier>;
}

Required Methods§

Source

fn borrow_dyn(&self) -> RefMut<'_, dyn Applier>

Implementors§