[][src]Trait fumarole::state::StateClone

pub trait StateClone {
    fn clone_box(&self) -> Box<dyn State>;
}

Required methods

fn clone_box(&self) -> Box<dyn State>

Loading content...

Implementors

impl<T> StateClone for T where
    T: State + Clone + 'static, 
[src]

Loading content...