Struct stdweb::web::EventListenerHandle [] [src]

pub struct EventListenerHandle { /* fields omitted */ }

A handle to a particular event listener.

Methods

impl EventListenerHandle
[src]

[src]

Removes the handler from the IEventTarget on which it was previously registered.

(JavaScript docs)

Trait Implementations

impl Debug for EventListenerHandle
[src]

[src]

Formats the value using the given formatter.