pub type Picture = u32;
Trait Implementations§
source§impl<C: RequestConnection> From<&PictureWrapper<C>> for Picture
impl<C: RequestConnection> From<&PictureWrapper<C>> for Picture
source§fn from(from: &PictureWrapper<C>) -> Self
fn from(from: &PictureWrapper<C>) -> Self
Converts to this type from the input type.