Skip to main content

extend

Function extend 

Source
pub fn extend<T: Unpin + Default>(init: T) -> Extend<T>
Expand description

Returns a value that becomes a MultipartWrite over any A where T: std::iter::Extend<A>.