[−][src]Trait multipart::client::lazy::IntoCowPath
Conversion trait necessary for Multipart::add_file()
to accept borrowed or owned strings
and borrowed or owned paths
Required methods
pub fn into_cow_path(self) -> Cow<'a, Path>
[src]
Self-explanatory, hopefully