Type Definition bracket::SyntaxResult[][src]

pub type SyntaxResult<T> = Result<T, SyntaxError>;
Expand description

Result type returned when compiling templates.