Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/
Dfns.rs355 pub struct IntoFn<T>(PhantomData<fn() -> T>); struct
357 impl<T> Default for IntoFn<T> { implementation
362 impl<A, T> FnOnce1<A> for IntoFn<T> implementation