windows-core 0.62.2

Core type support for COM and Windows
Documentation
1
2
3
4
5
pub trait CanInto<T>: Sized {
    const QUERY: bool = false;
}

impl<T> CanInto<T> for T where T: Clone {}