/*
Appellation: transform <module>
Contrib: @FL03
*/
/// The [`TransformOnce`] trait generically defines a consuming operation that transforms one
/// value into another based on some given.
/// The [`TransformMut`] trait extends the [`TransformOnce`] trait to define a mutable
/// transformation operation.
/// The [`Transform`] trait defines an owned transformation operation.