[][src]Struct hirola::prelude::Node

pub struct Node;

Implementations

impl Node[src]

pub fn install_handlers(&self, handlers: &mut Events)[src]

pub fn build<S>(
    state: &Arc<S>,
    vnode: VNode<'_, Node>
) -> DomBuilder<HtmlElement> where
    S: State
[src]

Trait Implementations

impl OutputType for Node[src]

type Events = Events

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.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.