Function rustc_middle::util::common::indent

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