pub fn to_pretty<T>(doc: &T, width: usize) -> Stringwhere
    T: ToDoc,