Trait hazardflow_designs::std::value::IntoU
source · pub trait IntoU {
// Required method
fn into_u<const N: usize>(self) -> U<N>;
}
Expand description
Trait for converting a type into U<N>
.
Required Methods§
Object Safety§
This trait is not object safe.