Trait cxx_qt_lib::ToUniquePtr
source · [−]pub trait ToUniquePtr {
type CppType;
fn to_unique_ptr(self) -> UniquePtr<Self::CppType>
where
Self::CppType: UniquePtrTarget;
}
pub trait ToUniquePtr {
type CppType;
fn to_unique_ptr(self) -> UniquePtr<Self::CppType>
where
Self::CppType: UniquePtrTarget;
}