Function into_u32

Source
pub fn into_u32<F>(function: F) -> XilaFileSystemResult
where F: FnOnce() -> Result<(), NonZeroU32>,
Expand description

This function is used to convert a function returning a Result into a u32.