[][src]Trait biblatex::ChunksExt

pub trait ChunksExt {
    pub fn parse<T: Type>(&self) -> Option<T>;
pub fn format_sentence(&self) -> String;
pub fn format_verbatim(&self) -> String;
pub fn to_biblatex_string(&self) -> String; }

Additional methods for chunk slices.

Required methods

pub fn parse<T: Type>(&self) -> Option<T>[src]

Parse the chunks into a type.

pub fn format_sentence(&self) -> String[src]

Format the chunks in sentence case.

pub fn format_verbatim(&self) -> String[src]

Format the chunks verbatim.

pub fn to_biblatex_string(&self) -> String[src]

Serialize the chunks into a BibLaTeX string.

Loading content...

Implementations on Foreign Types

impl ChunksExt for [Chunk][src]

Loading content...

Implementors

Loading content...