macro_rules! define_default_link_type_impls {
($link_type:ident) => { ... };
}Expand description
Defines From<str/String> + Display and Into
macro_rules! define_default_link_type_impls {
($link_type:ident) => { ... };
}Defines From<str/String> + Display and Into