pub struct TechnicalNarrator;Expand description
The wording this repo has always used: technical, English, AHB vocabulary.
When paired with EdifactView, this was proven
byte-identical to the former ValidationIssue::message across the fixture
corpus before message was removed.
Trait Implementations§
Source§impl IssueNarrator for TechnicalNarrator
impl IssueNarrator for TechnicalNarrator
Auto Trait Implementations§
impl Freeze for TechnicalNarrator
impl RefUnwindSafe for TechnicalNarrator
impl Send for TechnicalNarrator
impl Sync for TechnicalNarrator
impl Unpin for TechnicalNarrator
impl UnsafeUnpin for TechnicalNarrator
impl UnwindSafe for TechnicalNarrator
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