pub fn supports_lossless_conversion<InputType, TargetType>(
    value: &InputType
) -> bool
Expand description

| Helper function to verify that conversion | between types won’t loose any significant | bit. |