pub trait IntoRoffNode { // Required method fn into_roff(self) -> RoffNode; }
A trait that describes items that can be turned into a RoffNode.
RoffNode
Convert this item into a RoffNode.