pub trait DynFnOnce: FnOnceOfArgs<Self::ArgsTuple, DynFnOnce = Self> {
    type ArgsTuple;
}

Associated Types

Implementations on Foreign Types

Implementors