Searched defs:ImageViewCreationError (Results 1 – 1 of 1) sorted by relevance
57 pub fn new(image: I) -> Result<Arc<ImageView<I>>, ImageViewCreationError> { in new() argument144 pub fn build(self) -> Result<Arc<ImageView<I>>, ImageViewCreationError> { in build() argument232 pub enum ImageViewCreationError { enum247 impl error::Error for ImageViewCreationError { implementation257 impl fmt::Display for ImageViewCreationError { implementation276 impl From<OomError> for ImageViewCreationError { implementation278 fn from(err: OomError) -> ImageViewCreationError { in from()