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