Trait ppapi::UnwrapOrExperimental [-]  [+] [src]

pub trait UnwrapOr {
    fn unwrap_or_null(&self) -> AnyVar;
    fn unwrap_or_undefined(&self) -> AnyVar;
}

Required Methods

fn unwrap_or_null(&self) -> AnyVar

fn unwrap_or_undefined(&self) -> AnyVar

Implementors