pub trait Article {
    fn article(&self) -> &'static str;
}

Required Methods

Implementors

source

impl<'tcx> Article for TyKind<'tcx>