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