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

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

Provided methods

Implementations on Foreign Types

Implementors