pub struct PK11URIError { /* private fields */ }Expand description
Issued when parsing a PKCS#11 URI is found to be in violation of RFC7512 specifications.
The included pk11_uri is a “tidied” version of the one provided to the
parse function: any newline or tab formatting has been stripped out
in order to accurately identify the error_span within the uri. The violation
will refer to the RFC7512 Augmented BNF whenever possible, while the help
value provides a more human-friendly suggestion to correcting the violation.
Trait Implementations§
Source§impl Debug for PK11URIError
impl Debug for PK11URIError
Auto Trait Implementations§
impl Freeze for PK11URIError
impl RefUnwindSafe for PK11URIError
impl Send for PK11URIError
impl Sync for PK11URIError
impl Unpin for PK11URIError
impl UnwindSafe for PK11URIError
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