Trait oy::specialization::AsInteractiveMut[][src]

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>[src]

Loading content...

Implementors

impl<T> AsInteractiveMut for T[src]

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

Loading content...