Trait aoko::no_std::functions::ext::FnOnceExt[][src]

pub trait FnOnceExt<P1, P2, R> {
    fn partial2(self, p2: P2) -> Box<dyn FnOnce(P1) -> R>;
}
Expand description

This trait is to implement some extension functions whose type is FnOnce.

Required methods

Implementors