mg_settings::Result [] [src]

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

A type alias over the specific Result type used by the parser to indicate whether it is successful or not.