[][src]Type Definition rgmsh::GmshResult

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

Type alias for Result using GmshError.