[][src]Trait bottle::signal::Signal

pub trait Signal: 'static + Send {
    type Response: Send;
}

Signals.

Associated Types

Loading content...

Implementors

impl<S: Signal> Signal for Subscription<S>[src]

type Response = ()

Loading content...