logo
pub trait Context {
    type Context;
}
Expand description

Defines application context

Required Associated Types

Context carried around with the application.

Implementors