Trait multipart::client::lazy::IntoCowPath [] [src]

pub trait IntoCowPath<'a> {
    fn into_cow_path(self) -> Cow<'a, Path>;
}

Conversion trait necessary for Multipart::add_file() to accept borrowed or owned strings and borrowed or owned paths

Required Methods

Self-explanatory, hopefully

Implementors