Function tsproto_structs::indent[][src]

pub fn indent<S: AsRef<str>>(s: S, count: usize) -> String
Expand description

Indent a string by a given count using tabs.