pub trait MaybeFromStr: FromStr { }
Expand description

A type that implements FromStr when in std environment.

Implementors