[go: up one dir, main page]

windows 0.11.0

Rust for Windows
Documentation
1
2
3
4
5
use crate::*;

pub trait Compose {
    unsafe fn compose<'a>(implementation: Self) -> (IInspectable, &'a mut Option<IInspectable>);
}