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

pub struct PlaceholderFormat {
}

A placeholder for a value. Used by PluralFormat.

Methods

impl PlaceholderFormat

fn new() -> Self

Construct a PlaceholderFormat.

Trait Implementations

impl MessagePart for PlaceholderFormat

fn apply_format(&self, ctx: &Context, stream: &mut Write, _args: Option<&Args>) -> Result

Derived Implementations

impl Debug for PlaceholderFormat

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