Macro zero_formatter::has_value_formatter [] [src]

macro_rules! has_value_formatter {
    (#[target($buffer:ty)]
    $t:ty
    ) => { ... };
}