[][src]Struct titlefmt::FormatParser

pub struct FormatParser<'a, T: Provider> where
    T: 'a, 
{ /* fields omitted */ }

Title formatting parser, spawned from a Formatter.

Methods

impl<'a, T: Provider> FormatParser<'a, T>[src]

pub fn new(formatter: &'a Formatter<T>) -> FormatParser<'a, T>[src]

pub fn find_function(&self, name: &str) -> Option<&'a Function<T>>[src]

pub fn parse<'b>(
    &'b self,
    string: &str
) -> Result<Expression<'a, T>, ParseError>
[src]

Parse a title formatting string into an Expression that can be applied on metadata providers.

Auto Trait Implementations

impl<'a, T> !Send for FormatParser<'a, T>

impl<'a, T> !Sync for FormatParser<'a, T>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]