[][src]Trait rusteval::specialization::AsInteractiveMut

pub trait AsInteractiveMut {
    fn try_as_interactive_mut(&mut self) -> Result<'_, &mut dyn Interactive>;
}

Required methods

fn try_as_interactive_mut(&mut self) -> Result<'_, &mut dyn Interactive>

Loading content...

Implementors

impl<T> AsInteractiveMut for T[src]

impl<T> AsInteractiveMut for T where
    T: Interactive
[src]

Loading content...