Entity ASCII representation ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\S").first_node:: ().unwrap(); assert_eq!(e.ascii(), "section"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected