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§

Implementors§

source§

impl SEReadingSetBase for BillingReadingSet

Available on crate feature billing only.
source§

impl SEReadingSetBase for ReadingSet

Available on crate feature metering only.
source§

impl SEReadingSetBase for MirrorReadingSet