Trait titanium::desktop::gui::libdruid::piet::cairo::glib::translate::FromGlibPtrArrayContainerAsVec
pub trait FromGlibPtrArrayContainerAsVec<P, PP>: FromGlibContainerAsVec<P, PP> + Sizedwhere
P: Ptr,
PP: Ptr,{
// Required methods
unsafe fn from_glib_none_as_vec(ptr: PP) -> Vec<Self, Global>;
unsafe fn from_glib_container_as_vec(ptr: PP) -> Vec<Self, Global>;
unsafe fn from_glib_full_as_vec(ptr: PP) -> Vec<Self, Global>;
}