Trait hetseq::HetFnOnce
[−]
[src]
pub trait HetFnOnce<A> {
type Output;
fn call_once(self, arg: A) -> Self::Output;
}Substitution for FnMut trait family in stable and beta channels In nightly consider to use "nightly" feature and FnMut trait family
Associated Types
type Output
Output of the function