pub trait RawFrequency:
Send
+ Sync
+ Debug
+ Display { }Expand description
RawFrequency defines an interface for all raw Frequency types.
note: This trait is sealed and cannot be implemented outside of this crate.
pub trait RawFrequency:
Send
+ Sync
+ Debug
+ Display { }RawFrequency defines an interface for all raw Frequency types.
note: This trait is sealed and cannot be implemented outside of this crate.