pub const MINUTE: Lazy<Duration>;
Null value of minute (0Nu).
0Nu
use kdbplus::ipc::*; let q_minute_null = K::new_minute(*qnull::MINUTE); assert_eq!(format!("{}", q_minute_null), String::from("0Nu"));