// testable_as_f64.rs : src/traits
use ToF64;
use fmt as std_fmt;
/// Trait that allows an implementing type instance to be
/// evaluated with the constructs of this crate.
///
/// NOTE: it is implemented for any types that implement
/// `base_traits::ToF64` (and [`std_fmt::Debug`]).
// Trait implementations
// ///////////////////////////// end of file //////////////////////////// //