Trait webview2_com::ClosureArg

source ·
pub trait ClosureArg {
    type Output: Sized;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl ClosureArg for PCWSTR

source§

impl ClosureArg for HRESULT

source§

impl ClosureArg for BOOL

§

type Output = bool

source§

impl<I: Interface> ClosureArg for Option<I>

§

type Output = Option<I>

Implementors§