Trait fress::dispatch::Notation [−][src]
pub trait Notation {
fn edn(&self, prism: AnchoredLine, f: &mut Formatter<'_>) -> Result { ... }
fn fressian(&self, prism: AnchoredLine, w: &mut dyn Write) -> Result<usize> { ... }
}