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