pub trait DynFn: FnOfArgs<Self::ArgsTuple, DynFn = Self> {
    type ArgsTuple;
}

Associated Types

Implementations on Foreign Types

Implementors