pub enum Strictness {
Ignore,
Warn,
Error,
Callback(StrictHandler),
}Expand description
The strictness policy for LaTeX-incompatible input.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Strictness
impl !Send for Strictness
impl !Sync for Strictness
impl !UnwindSafe for Strictness
impl Freeze for Strictness
impl Unpin for Strictness
impl UnsafeUnpin for Strictness
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