macro_rules! try_from_native {
($native:expr) => { ... };
}Expand description
Helper macro for instantiating native COM structs from safe types.
macro_rules! try_from_native {
($native:expr) => { ... };
}Helper macro for instantiating native COM structs from safe types.