pub const fn mins_to_nanos(mins: u64) -> u64
Converts minutes to nanoseconds.
Panics if the result cannot be represented as u64 nanoseconds.
u64