[][src]Trait draco::subscription::Subscription

pub trait Subscription {
    type Message;
    fn subscribe(self, send: Send<Self::Message>) -> Unsubscribe;
}

Associated Types

type Message

Loading content...

Required methods

fn subscribe(self, send: Send<Self::Message>) -> Unsubscribe

Loading content...

Implementors

impl Subscription for Router
[src]

type Message = Url

impl Subscription for Interval
[src]

type Message = ()

impl Subscription for OnWindow
[src]

type Message = Event

Loading content...