Type Alias SGER

Source
pub type SGER<'x, 'y, 'a> = GER<'x, 'y, 'a, f32>;

Aliased Typeยง

struct SGER<'x, 'y, 'a> { /* private fields */ }