Trait chromiumoxide_types::MethodType[][src]

pub trait MethodType {
    fn method_id() -> MethodId
    where
        Self: Sized
; }

A trait that identifies a method on type level

Required methods

fn method_id() -> MethodId where
    Self: Sized
[src]

The identifier for this event’s method field

Loading content...

Implementors

Loading content...