Trait polkadot_service::runtime_traits::MaybeFromStr[][src]

pub trait MaybeFromStr: FromStr { }
Expand description

A type that implements FromStr when in std environment.

Implementors