Function cmp

Source
pub fn cmp<T>(a: T, b: BigDecimal) -> Result<(), String>
where T: Copy + Display,