Trait futures_util::fns::FnOnce1
source · pub trait FnOnce1<A> {
type Output;
// Required method
fn call_once(self, arg: A) -> Self::Output;
}
pub trait FnOnce1<A> {
type Output;
// Required method
fn call_once(self, arg: A) -> Self::Output;
}