[][src]Trait queen::node::Hook

pub trait Hook {
    fn enable_secure(&self) -> bool { ... }
fn accept(&self, _: &mut TcpStream) -> bool { ... }
fn start(&self, _: &mut Message) -> bool { ... }
fn access(&self, _: &mut Message) -> Option<String> { ... }
fn finish(&self, _: &mut Message, _: &Wire<Message>) { ... } }

Provided methods

fn enable_secure(&self) -> bool

fn accept(&self, _: &mut TcpStream) -> bool

fn start(&self, _: &mut Message) -> bool

fn access(&self, _: &mut Message) -> Option<String>

fn finish(&self, _: &mut Message, _: &Wire<Message>)

Loading content...

Implementations on Foreign Types

impl Hook for ()[src]

Loading content...

Implementors

Loading content...