Type Alias STRMM

Source
pub type STRMM<'a, 'b> = TRMM<'a, 'b, f32>;

Aliased Typeยง

struct STRMM<'a, 'b> { /* private fields */ }