Skip to main content

MINUTE

Constant MINUTE 

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

Infinity value of minute (0Wu).

ยงExample

use kdbplus::ipc::*;

let q_minute_inf = K::new_minute(*qinf::MINUTE);
assert_eq!(format!("{}", q_minute_inf), String::from("0Wu"));