BorrowedTemplate

Type Alias BorrowedTemplate 

Source
pub type BorrowedTemplate<'fmt, A> = Template<&'fmt str, A>;
Expand description

A type alias for a template which borrows from the template string.

Aliased Typeยง

pub struct BorrowedTemplate<'fmt, A> { /* private fields */ }