Function open_with

Source
pub fn open_with<P: AsRef<Path>>(
    path: &P,
    format: &Format,
    options: Dictionary<'_>,
) -> Result<Context, Error>