ServiceContext

Trait ServiceContext 

Source
pub trait ServiceContext:
    Send
    + Sync
    + 'static {
    type Error: Error + Send + Sync + 'static;
}
Expand description

Trait for service context shared across stateful handlers

Required Associated Types§

Source

type Error: Error + Send + Sync + 'static

Implementors§