pub fn get_token_position( tokens: &Vec<&Bytes>, token: &Bytes, ) -> Result<U8, EncodingError>
Gets the position of a token in a list of tokens.