Struct arc_reactor::prelude::ArcHandler[][src]

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

Fields

Methods

impl ArcHandler
[src]

Trait Implementations

impl Clone for ArcHandler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ArcService for ArcHandler
[src]

Auto Trait Implementations

impl Send for ArcHandler

impl Sync for ArcHandler