pub trait AsMode { // Required method fn as_mode(&self) -> Mode; }
A type that can be represented as Mode.