Trait sep2_common::traits::SEReadingSetBase
source · pub trait SEReadingSetBase: SEIdentifiedObject {
// Required method
fn time_period(&self) -> &DateTimeInterval;
}
Available on crate feature
metering_mirror
only.Expand description
Implemented by all types whose base type is ReadingSetBase
Required Methods§
fn time_period(&self) -> &DateTimeInterval
Implementors§
impl SEReadingSetBase for BillingReadingSet
Available on crate feature
billing
only.impl SEReadingSetBase for ReadingSet
Available on crate feature
metering
only.