[go: up one dir, main page]

windows 0.32.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
use super::*;

#[doc(hidden)]
pub trait Compose {
    /// # Safety
    unsafe fn compose<'a>(implementation: Self) -> (IInspectable, &'a mut Option<IInspectable>);
}