Function rustc_middle::util::common::indent

source ·
pub fn indent<R, F>(op: F) -> Rwhere
    R: Debug,
    F: FnOnce() -> R,