Skip to main content

arg_mismatch_err

Function arg_mismatch_err 

Source
pub fn arg_mismatch_err(
    kernel: impl Into<String>,
    expected: usize,
    got: usize,
) -> Error
Expand description