Trait rustc_middle::ty::print::Print[][src]

pub trait Print<'tcx, P> {
    type Output;
    type Error;
    fn print(&self, cx: P) -> Result<Self::Output, Self::Error>;
}

Associated Types

Required methods

Implementors