pub fn parse_duration(text: &str) -> Result<f64, HandlerError>Expand description
Convert an Axon duration literal into fractional seconds.
Raises a CT-1 (HandlerError::callee) on unparseable input because the
parser already validated the syntax — a failure here is a runtime bug.