Home
last modified time | relevance | path

Searched refs:parse_body_with (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dmac.rs141 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