[][src]Trait revent::Subscriber

pub trait Subscriber: Nodified {
    type Input;
    fn build(node: Self::Node, input: Self::Input) -> Self;
}

Describes how to build an object.

Associated Types

type Input

Construction arguments to Self.

Loading content...

Required methods

fn build(node: Self::Node, input: Self::Input) -> Self

Build an instance of Self.

Loading content...

Implementors

Loading content...