pub trait ParseMode { type Mode: ?Sized + Mode; }
Type that a Mode is associated with it.
Mode
Associated Mode.