Struct aws_smithy_http_server::rejection::InvalidUtf8 [−][src]
pub struct InvalidUtf8(_);Expand description
Rejection type used when buffering the request into a String if the
body doesn’t contain valid UTF-8.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for InvalidUtf8
impl Send for InvalidUtf8
impl Sync for InvalidUtf8
impl Unpin for InvalidUtf8
impl !UnwindSafe for InvalidUtf8
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more