Type Definition notedown_parser::ParserResult[][src]

type ParserResult<T> = Result<T, Error>;