Returns a byte string created by removing spaces and tabs from the start and end of the string.
impl ByteStr { fn trim(&self) -> &ByteStr }