Function mz_repr::adt::varchar::format_str

source ·
pub fn format_str(
    s: &str,
    length: Option<VarCharMaxLength>,
    fail_on_len: bool
) -> Result<String, Error>