pub trait Interface: OutputType { const MARK: u64; const NAME: &'static str = <Self as OutputType>::NAME; }