Trait tokio_interceptor::NewInterceptor[][src]

pub trait NewInterceptor {
    type Error: 'static;
    type Interceptor: Interceptor<Error = Self::Error>;
    fn new_interceptor(&self) -> Self::Interceptor;
}

Associated Types

Required Methods

Implementors