[][src]Trait typed_html::OutputType

pub trait OutputType {
    type Events: Default + Display;
    type EventTarget;
    type EventListenerHandle;
}

Marker trait for outputs

Associated Types

type Events: Default + Display

The type that contains events for this output.

type EventTarget

The type of event targets for this output.

type EventListenerHandle

The type that's returned from attaching an event listener to a target.

Loading content...

Implementations on Foreign Types

impl OutputType for String[src]

String output

Loading content...

Implementors

Loading content...