pub type LocalBoxMultipartWrite<'a, Part, R, T, E> = Pin<Box<dyn MultipartWrite<Part, Ret = R, Output = T, Error = E> + 'a>>;Expand description
BoxMultipartWrite but without the Send requirement.
Aliased Typeยง
pub struct LocalBoxMultipartWrite<'a, Part, R, T, E> { /* private fields */ }