Skip to main content

MINUTE

Constant MINUTE 

Source
pub const MINUTE: Lazy<Duration>;
Expand description

Null value of minute (0Nu).

ยงExample

use kdbplus::ipc::*;

let q_minute_null = K::new_minute(*qnull::MINUTE);
assert_eq!(format!("{}", q_minute_null), String::from("0Nu"));