pub type BoxIndicator<S> = Box<dyn Next<S>>;
Boxed indicator implementation.
pub struct BoxIndicator<S>(/* private fields */);