Trait fluent_fmt::PrettyPrint[][src]

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

Required methods

Loading content...

Implementations on Foreign Types

impl PrettyPrint for Resource<&str>[src]

impl PrettyPrint for Entry<&str>[src]

impl PrettyPrint for Message<&str>[src]

impl PrettyPrint for Term<&str>[src]

impl PrettyPrint for Pattern<&str>[src]

impl PrettyPrint for InlineExpression<&str>[src]

impl PrettyPrint for Expression<&str>[src]

impl PrettyPrint for Attribute<&str>[src]

impl PrettyPrint for Comment<&str>[src]

impl PrettyPrint for &str[src]

Loading content...

Implementors

Loading content...