Function rustfmt_nightly::utils::wrap_str

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