Type Definition rustdoc::MainResult[][src]

pub(crate) type MainResult = Result<(), ErrorReported>;
Expand description

A result type used by several functions under main().