pub trait ClosureArg {
    type Output: Sized;
}

Required Associated Types

Implementations on Foreign Types

Implementors