rustfmt_nightly::utils

Function wrap_str

Source
pub(crate) fn wrap_str(
    s: String,
    max_width: usize,
    shape: Shape,
) -> Option<String>