Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_format/rust/
H A Dpw_format_core.rs27 pub trait PrintfFormatter { interface
61 impl PrintfFormatter for $ty { impl
75 impl PrintfFormatter for $ty { impl
/aosp_15_r20/external/pigweed/pw_log/rust/pw_log_backend_printf/
H A Dlib.rs73 pub trait PrintfFormatter { trait
81 impl PrintfFormatter for $ty { impl