Macro uuid::fmt::impl_fmt_from

source ยท
macro_rules! impl_fmt_from {
    ($T:ident<>) => { ... };
    ($T:ident<$a:lifetime>) => { ... };
}