bronzite_implementors

Macro bronzite_implementors 

Source
bronzite_implementors!() { /* proc-macro */ }
Expand description

Get types that implement a trait as a const slice of type path strings.

§Example

ⓘ
const IMPLEMENTORS: &[&str] = bronzite_implementors!("my_crate", "MyTrait");