Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/
Drunnable.rs22 impl<M, F> Sealed<M> for WithInfo<F> where F: Fn(Runnable<M>, ScheduleInfo) {} implementation
154 pub struct WithInfo<F>(pub F); struct
156 impl<F> From<F> for WithInfo<F> { implementation
162 impl<M, F> Schedule<M> for WithInfo<F> implementation