Trait chromiumoxide::MethodType[][src]

pub trait MethodType {
    fn method_id() -> Cow<'static, str>;
}
Expand description

A trait that identifies a method on type level

Required methods

The identifier for this event’s method field

Implementors