Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/
Dfns.rs343 pub struct IntoFn<T>(PhantomData<fn() -> T>); struct
345 impl<T> Default for IntoFn<T> { implementation
350 impl<A, T> FnOnce1<A> for IntoFn<T> where A: Into<T> { implementation