Function kdf_parse_nonzero_u32

Source
fn kdf_parse_nonzero_u32(
    value: impl TryInto<u32>,
) -> Result<NonZeroU32, MasterPasswordError>