pub struct DefaultPlugin;Trait Implementations§
Source§impl KorokPlugin for DefaultPlugin
impl KorokPlugin for DefaultPlugin
fn run( &self, visitable: &mut dyn KorokVisitable, next: &dyn Fn(&mut dyn KorokVisitable) -> Result<(), CodamaError>, ) -> Result<(), CodamaError>
Auto Trait Implementations§
impl Freeze for DefaultPlugin
impl RefUnwindSafe for DefaultPlugin
impl Send for DefaultPlugin
impl Sync for DefaultPlugin
impl Unpin for DefaultPlugin
impl UnwindSafe for DefaultPlugin
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more