encoding_rs

Function checked_mul

Source
pub(crate) fn checked_mul(num: usize, opt: Option<usize>) -> Option<usize>