/*
Appellation: convert <module>
Created At: 2026.01.20:08:33:21
Contrib: @FL03
*/
use crateFrequency;
/// [`AsFrequency`] is a trait enabling the conversion of a reference to a type into a
/// [`Frequency`] instance.
/// The [`IntoFrequency`] trait consumes the value and converts it into a [`Frequency`].
/*
************* Implementations *************
*/