risingwave_
storage
2.2.0-alpha
In risingwave_
storage::
hummock::
sstable::
utils
risingwave_storage
::
hummock
::
sstable
::
utils
Function
checked_into_u32
Copy item path
source
pub fn checked_into_u32<T:
TryInto
<
u32
> +
Copy
+
Display
>( i: T, ) ->
Result
<
u32
, T::
Error
>