[][src]Type Definition rgmsh::err::GmshResult

type GmshResult<T> = Result<T, GmshError>;

Type alias for Result using GmshError.