pub type BorrowedTemplate<'fmt, A> = Template<&'fmt str, A>;
A type alias for a template which borrows from the template string.
pub struct BorrowedTemplate<'fmt, A> { /* private fields */ }