Home
last modified time | relevance | path

Searched defs:PrintfGenerator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dmacros.rs660 struct PrintfGenerator<GENERATOR: PrintfFormatMacroGenerator> { struct
665 impl<GENERATOR: PrintfFormatMacroGenerator> PrintfGenerator<GENERATOR> { implementation
685 impl<GENERATOR: PrintfFormatMacroGenerator> FormatMacroGenerator for PrintfGenerator<GENERATOR> { implementation