[][src]Type Definition bracket::SyntaxResult

type SyntaxResult<T> = Result<T, SyntaxError>;

Result type returned when compiling templates.