Type Definition multipart::client::lazy::LazyIoResult[][src]

type LazyIoResult<'a, T> = Result<T, LazyIoError<'a>>;
Expand description

Result type for LazyIoError.