[−][src]Trait web_glitz::extensions::Extension
Trait implemented for extension objects, used by [RenderingContext::get_extension] to initialize the extension.
Required methods
fn try_init(connection: &mut Connection, context_id: u64) -> Option<Self>
Attempts to initialize the extension on the current Connection and return the extension
object, or returns None if it fails.