pub type PbOverWindowCachePolicy = OverWindowCachePolicy;
Aliased Type§
#[repr(i32)]pub enum PbOverWindowCachePolicy {
Unspecified = 0,
Full = 1,
Recent = 2,
RecentFirstN = 3,
RecentLastN = 4,
}
pub type PbOverWindowCachePolicy = OverWindowCachePolicy;
#[repr(i32)]pub enum PbOverWindowCachePolicy {
Unspecified = 0,
Full = 1,
Recent = 2,
RecentFirstN = 3,
RecentLastN = 4,
}