Trait oy::specialization::AsInteractive[][src]

pub trait AsInteractive {
    fn try_as_interactive(&self) -> Result<'_, &dyn Interactive>;
}

Required methods

Loading content...

Implementors

impl<T> AsInteractive for T[src]

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

Loading content...