Method lrs::string::ByteStr::trim

Returns a byte string created by removing spaces and tabs from the start and end of the string.

Syntax

impl ByteStr {
    fn trim(&self) -> &ByteStr
}