Macro bgp_models::option_to_string [−][src]
macro_rules! option_to_string {
($a : ident) => { ... };
}Expand description
Macro that converts an Option<T:Display> to a String
macro_rules! option_to_string {
($a : ident) => { ... };
}Macro that converts an Option<T:Display> to a String