pub fn field_text<'a>( node: Node<'_>, field: &str, source: &'a [u8], ) -> Option<&'a str>
The text of a named field of node.
node