::
core::
ops::
Trait
Fn
pub trait Fn<Args, Output> {
fn
call
(self, args: Args) -> Output;
}