Struct message_format::icu::ast::SimpleFormat [] [src]

pub struct SimpleFormat {
    // some fields omitted
}

A simple message consisting of a value to be formatted.

Methods

impl SimpleFormat

fn new(variable_name: &str) -> Self

Construct a SimpleFormat.

Trait Implementations

impl MessagePart for SimpleFormat

fn apply_format<'f>(&self, _ctx: &Context, stream: &mut Write, args: Option<&Args<'f>>) -> Result

Derived Implementations

impl Debug for SimpleFormat

fn fmt(&self, __arg_0: &mut Formatter) -> Result