pub struct ErrorStrings {}
Implementations§
Source§impl ErrorStrings
impl ErrorStrings
pub fn mismatched_type( fn_name: impl AsRef<str>, expected: impl AsRef<str>, got: impl AsRef<str>, additional: impl AsRef<str>, ) -> String
pub fn fix_me_mismatched_type( expected: impl AsRef<str>, got: impl AsRef<str>, ) -> String
pub fn fix_me_mismatched_type_with_context( expected: impl AsRef<str>, got: impl AsRef<str>, additional: impl AsRef<str>, ) -> String
Auto Trait Implementations§
impl Freeze for ErrorStrings
impl RefUnwindSafe for ErrorStrings
impl Send for ErrorStrings
impl Sync for ErrorStrings
impl Unpin for ErrorStrings
impl UnwindSafe for ErrorStrings
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