pub trait InlineNodeProcessor: NodeProcessor {
// Required method
fn validate_inline_content(&self, node: &Node) -> WriteResult<()>;
}Expand description
Inline node processor
Required Methods§
Sourcefn validate_inline_content(&self, node: &Node) -> WriteResult<()>
fn validate_inline_content(&self, node: &Node) -> WriteResult<()>
Validate inline content