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

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

Provided methods

fn enable_secure(&self) -> bool

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

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

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

Loading content...

Implementations on Foreign Types

impl Hook for ()[src]

Loading content...

Implementors

Loading content...