Searched defs:GroupStateStorage (Results 1 – 4 of 4) sorted by relevance
411 G: GroupStateStorage, in group_state_storage()699 type GroupStateStorage = Gss; typedef724 fn group_state_storage(&self) -> Self::GroupStateStorage { in group_state_storage()802 type GroupStateStorage = <T::Output as ClientConfig>::GroupStateStorage; typedef831 fn group_state_storage(&self) -> Self::GroupStateStorage { in group_state_storage()958 type GroupStateStorage; typedef969 type GroupStateStorage = Gss; typedef
22 type GroupStateStorage: GroupStateStorage + Clone; typedef36 fn group_state_storage(&self) -> Self::GroupStateStorage; in group_state_storage()
726 pub fn group_state_storage(&self) -> <C as ClientConfig>::GroupStateStorage { in group_state_storage()
69 pub trait GroupStateStorage: Send + Sync { trait