Trait gotham::state::StateData [] [src]

pub trait StateData: Any + Send { }

A marker trait for types that can be stored in State.

Typically implemented using #[derive(StateData)], which is provided by the gotham_derive crate.

Implementors