NativeMethodBindFn

Type Alias NativeMethodBindFn 

Source
pub type NativeMethodBindFn = Option<fn(event: NativeMethodBindEvent<'_>)>;

Aliased Type§

pub enum NativeMethodBindFn {
    None,
    Some(fn(NativeMethodBindEvent<'_>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(NativeMethodBindEvent<'_>))

Some value of type T.