pub trait Extract {
    fn extract(node: Node<'_>, source: &[u8]) -> Self;
}

Required Methods

Implementors