pub trait SEUsagePointBase: SEIdentifiedObject {
    // Required methods
    fn role_flags(&self) -> RoleFlagsType;
    fn service_category_kind(&self) -> ServiceKind;
}
Available on crate feature metering_mirror only.
Expand description

Implemented by all types whose base type is UsagePointBase

Required Methods§

Implementors§