enum WriteTypeError {
Format(Error),
NonWgsl,
}
Expand description
Error type returned by try_write_type_inner
.
This type is private to the module.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteTypeError
impl RefUnwindSafe for WriteTypeError
impl Send for WriteTypeError
impl Sync for WriteTypeError
impl Unpin for WriteTypeError
impl UnwindSafe for WriteTypeError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more