Trait hobo::dom_events::RawCanplay[][src]

pub trait RawCanplay {
    fn on_can_play(&self, f: impl FnMut(Event) + 'static) -> EventHandler;
}

Required methods

Implementors