pub trait KeySpecifierComponentViaDisplayFromStr: Display + FromStr { }
Expand description

Implement KeySpecifierComponent in terms of Display and FromStr (helper trait)

Object Safety§

This trait is not object safe.

Implementors§