lower static method

RustBuffer lower(
  1. String value
)

Implementation

static RustBuffer lower(String value) {
  return toRustBuffer(Utf8Encoder().convert(value));
}