1use post3::StorageBackend; 2 3#[derive(Clone)] 4pub struct State<B: StorageBackend> { 5 pub store: B, 6}