Trait AsInteractive

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

Required Methods§

Implementors§

Source§

impl<T> AsInteractive for T

Source§

impl<T> AsInteractive for T
where T: Interactive,