[−][src]Type Definition multipart::client::lazy::LazyIoResult
type LazyIoResult<'a, T> = Result<T, LazyIoError<'a>>;
Result type for LazyIoError.
type LazyIoResult<'a, T> = Result<T, LazyIoError<'a>>;
Result type for LazyIoError.