Treatment tryToU8
std/conv::tryToU8
Generics
◻ T:
TryToU8
Inputs
⇥ value:
Stream<T>
Outputs
↦ into:
Stream<Option<u8>>
Try to turn data stream into u8
one.
This treatment manages faillible conversion to u8
data type.
If conversion is successful, an option with u8
value is streamed, else the option is set to none.