Skip to main content

GErrDefault

Type Alias GErrDefault 

Source
pub type GErrDefault = GErr<DefaultConfig, NoData>;
Expand description

GErr with default config(no id) and no data.

Aliased Typeยง

pub struct GErrDefault { /* private fields */ }