pub trait Inline { // Required method fn to_inline(&self) -> String; }
An extension trait for inline transformations.
Transforms the given text into an inline code block.