Struct arc_reactor::ArcHandler [] [src]

pub struct ArcHandler {
    pub before: Option<Arc<Box<MiddleWare<Request>>>>,
    pub handler: Arc<Box<ArcService>>,
    pub after: Option<Arc<Box<MiddleWare<Response>>>>,
}

Fields

Methods

impl ArcHandler
[src]

[src]

Trait Implementations

impl ArcService for ArcHandler
[src]

Important traits for Box<W>
[src]

Auto Trait Implementations

impl Send for ArcHandler

impl Sync for ArcHandler