fn from()
in
Traits/Outro/Task/src/lib.rs [22:26]
5
lines of code
1
McCabe index (conditional complexity)
fn from(value: u8) -> Self { Self { value: value.into(), } }