pub trait DefaultOutput<T> { type Output; }
A trait for defining the default output type for the per method.
per
The default output type for the per method.