[][src]Trait hirola_core::OutputType

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

Marker trait for outputs

Associated Types

type Events: Default + Send + Display[src]

The type that contains events for this output.

type EventTarget: Send[src]

The type of event targets for this output.

type EventListenerHandle: Send[src]

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

impl OutputType for Node[src]

Loading content...