Searched defs:BufferViewCreationError (Results 1 – 1 of 1) sorted by relevance
286 pub enum BufferViewCreationError { enum305 impl error::Error for BufferViewCreationError { implementation315 impl fmt::Display for BufferViewCreationError { implementation341 impl From<OomError> for BufferViewCreationError { implementation343 fn from(err: OomError) -> BufferViewCreationError { in from()348 impl From<Error> for BufferViewCreationError { implementation350 fn from(err: Error) -> BufferViewCreationError { in from()