extend

Function extend 

Source
pub fn extend<T, A>(inner: T) -> Extend<T, A>
where T: Extend<A>,
Expand description

Converts an Extend into a MultipartWrite that is always ready to receive the next part to write.