Returns `true` if this row is a rule ```rust use orgize::{Org, ast::OrgTableRow}; let org = Org::parse("|----|----|\n|Foo |Bar |"); let row = org.first_node:: ().unwrap(); assert!(row.is_rule()); ```
(&self)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected