Trait khronos_egl::Upcast

source ·
pub trait Upcast<V> {
    // Required method
    fn upcast(&self) -> Option<&V>;
}

Required Methods§

source

fn upcast(&self) -> Option<&V>

Implementors§

source§

impl<T> Upcast<T> for T