Macro core_foundation::impl_CFTypeDescription [] [src]

macro_rules! impl_CFTypeDescription {
    ($ty:ident) => { ... };
    ($ty:ident<$($p:ident $(: $bound:path)*),*>) => { ... };
}