fn from()
in
optee-utee-build/src/error.rs [28:30]
3
lines of code
1
McCabe index (conditional complexity)
fn from(value: std::io::Error) -> Self { Self::Io(value) }