Type Definition domain::master::error::SyntaxResult[][src]

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

A result with a syntax error.