Trait launchdarkly_server_sdk::Versioned
source · [−]pub trait Versioned {
fn version(&self) -> u64;
fn is_greater_than_or_equal(&self, version: u64) -> bool { ... }
}
Expand description
Trait indicating that the item is versioned.
Required methods
Provided methods
fn is_greater_than_or_equal(&self, version: u64) -> bool
fn is_greater_than_or_equal(&self, version: u64) -> bool
Determine if this item’s version is greater than or equal to the provided version parameter.