Trait glib::translate::ToGlibContainerFromSlice
source · [−]pub trait ToGlibContainerFromSlice<'a, P> where
Self: Sized, {
type Storage;
fn to_glib_none_from_slice(t: &'a [Self]) -> (P, Self::Storage);
fn to_glib_container_from_slice(t: &'a [Self]) -> (P, Self::Storage);
fn to_glib_full_from_slice(t: &[Self]) -> P;
}
Required Associated Types
Required Methods
source
fn to_glib_none_from_slice(t: &'a [Self]) -> (P, Self::Storage)
source
fn to_glib_container_from_slice(t: &'a [Self]) -> (P, Self::Storage)
source