Trait IntoRoffNode

Source
pub trait IntoRoffNode {
    // Required method
    fn into_roff(self) -> RoffNode;
}
Expand description

A trait that describes items that can be turned into a RoffNode.

Required Methods§

Source

fn into_roff(self) -> RoffNode

Convert this item into a RoffNode.

Implementors§