Function rustc_middle::util::common::indent[][src]

pub fn indent<R, F>(op: F) -> R where
    R: Debug,
    F: FnOnce() -> R,