pub trait GetGlConfig: Sealed {
type Target: GlConfig;
// Required method
fn config(&self) -> Self::Target;
}
Expand description
The trait to
pub trait GetGlConfig: Sealed {
type Target: GlConfig;
// Required method
fn config(&self) -> Self::Target;
}
The trait to