Enum twmap::Image [−][src]
pub enum Image {
External(ExternalImage),
Embedded(EmbeddedImage),
}Variants
External(ExternalImage)Embedded(EmbeddedImage)Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Imageimpl UnwindSafe for ImageBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V