Trait windows::IntoParam[][src]

pub trait IntoParam<'a, T: Abi> {
    fn into_param(self) -> Param<'a, T>;
}

Required methods

Implementations on Foreign Types

Implementors