Type Definition rustdoc::MainResult [−][src]
pub(crate) type MainResult = Result<(), ErrorReported>;Expand description
A result type used by several functions under main().
pub(crate) type MainResult = Result<(), ErrorReported>;A result type used by several functions under main().