Skip to main content

JarExt

Trait JarExt 

Source
pub trait JarExt {
    // Required method
    fn load_netscape(path: &impl AsRef<Path>) -> Result<Jar>;
}

Required Methods§

Source

fn load_netscape(path: &impl AsRef<Path>) -> Result<Jar>

Loads cookies from a Netscape-format cookie file.

§Errors

Returns a crate::Error if the file cannot be opened or is malformed.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§