mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-19 22:53:59 -04:00
Impl Clone for header::ToStrError (#203)
This commit is contained in:
committed by
Carl Lerche
parent
0ed7cdaa2d
commit
bc17d0d809
+1
-1
@@ -38,7 +38,7 @@ pub struct InvalidHeaderValueBytes(InvalidHeaderValue);
|
||||
///
|
||||
/// Header field values may contain opaque bytes, in which case it is not
|
||||
/// possible to represent the value as a string.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ToStrError {
|
||||
_priv: (),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user