Module try_parse

Module try_parse 

Source
Expand description

A wrapper that tries to parse a value of type T, keeping the original error if it fails.

See TryParse for more details.

Enums§

TryParse
A type that tries to parse a value of type T, but doesn’t fail if it can’t.