Type Alias FiFoReuseLruDropPool
pub type FiFoReuseLruDropPool<C, ID> = LruDropPool<C, ID>;๐Deprecated: use LruDropPool instead
Available on crate feature
net only.Aliased Typeยง
pub struct FiFoReuseLruDropPool<C, ID> { /* private fields */ }