Searched refs:parse_body_with (Results 1 – 1 of 1) sorted by relevance
141 self.parse_body_with(T::parse) in parse_body()148 pub fn parse_body_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_body_with() method