pub enum DisplaySeqEncoder {}Expand description
An encoder which converts a sequence of values via their individual Display
implementations.
Trait Implementations§
Source§impl<T, U> EncodeHeader<T> for DisplaySeqEncoderwhere
T: IntoIterator<Item = U>,
U: Display,
impl<T, U> EncodeHeader<T> for DisplaySeqEncoderwhere
T: IntoIterator<Item = U>,
U: Display,
Source§fn encode(_: &ConjureRuntime, value: T) -> Result<Vec<HeaderValue>, Error>
fn encode(_: &ConjureRuntime, value: T) -> Result<Vec<HeaderValue>, Error>
Encodes the value into headers. Read more