Struct tokio_interceptor::App[][src]

pub struct App<State> { /* fields omitted */ }

Methods

impl<State> App<State> where
    State: 'static + Default
[src]

Auto Trait Implementations

impl<State> !Send for App<State>

impl<State> !Sync for App<State>