Trait webview2_com::InvokeArg
source · pub trait InvokeArg<'a> {
type Input: 'a;
// Required method
fn convert(input: Self::Input) -> <Self as ClosureArg>::Output
where Self: ClosureArg;
}
pub trait InvokeArg<'a> {
type Input: 'a;
// Required method
fn convert(input: Self::Input) -> <Self as ClosureArg>::Output
where Self: ClosureArg;
}