Skip to main content

ClosureArg

Trait ClosureArg 

Source
pub trait ClosureArg {
    type Output: Sized;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ClosureArg for BOOL

Source§

impl ClosureArg for HRESULT

Source§

impl ClosureArg for PCWSTR

Source§

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

Implementors§