Macro put_feature

Source
macro_rules! put_feature {
    ($map:expr, $trait:ty, $v:expr) => { ... };
}