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;
}
Required Associated Types§
Required Methods§
fn convert(input: Self::Input) -> <Self as ClosureArg>::Outputwhere
Self: ClosureArg,
Object Safety§
This trait is not object safe.