PrettyPrint

Trait PrettyPrint 

Source
pub trait PrettyPrint {
    // Required method
    fn pretty_print(&self, f: &mut FluentFormatter) -> Result;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl PrettyPrint for &str

Source§

impl PrettyPrint for Entry<&str>

Source§

impl PrettyPrint for Expression<&str>

Source§

impl PrettyPrint for InlineExpression<&str>

Source§

impl PrettyPrint for Attribute<&str>

Source§

impl PrettyPrint for Comment<&str>

Source§

impl PrettyPrint for Message<&str>

Source§

impl PrettyPrint for Pattern<&str>

Source§

impl PrettyPrint for Resource<&str>

Source§

impl PrettyPrint for Term<&str>

Implementors§