Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/config/examples/async_source/
Dmain.rs54 struct HttpSource<F: Format> { struct
60 impl<F: Format + Send + Sync + Debug> AsyncSource for HttpSource<F> { argument