Struct chandeliers_err::Acc
source · pub struct Acc { /* private fields */ }Expand description
Error accumulator to be able to
- emit several fatal errors at once
- emit warnings
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Acc
impl !Send for Acc
impl !Sync for Acc
impl Unpin for Acc
impl UnwindSafe for Acc
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