Trait webview2_com::InvokeArg[][src]

pub trait InvokeArg<'a> {
    type Input: 'a;
    fn convert(input: Self::Input) -> <Self as ClosureArg>::Output
    where
        Self: ClosureArg
; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors