pub struct NotNullTerminatedError;Expand description
This error is used to indicate the string is not null-terminated.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotNullTerminatedError
impl RefUnwindSafe for NotNullTerminatedError
impl Send for NotNullTerminatedError
impl Sync for NotNullTerminatedError
impl Unpin for NotNullTerminatedError
impl UnsafeUnpin for NotNullTerminatedError
impl UnwindSafe for NotNullTerminatedError
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