Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/config/examples/custom_format/
Dmain.rs16 pub struct MyFormat; struct
18 impl Format for MyFormat { implementation
46 impl FileStoredFormat for MyFormat { implementation