Function tikv_util::config::check_kernel::check_kernel_params[][src]

pub fn check_kernel_params(
    param_path: &str,
    expect: i64,
    checker: Box<dyn Fn(i64, i64) -> bool>
) -> Result<(), ConfigError>