跳到主要内容

open_with

搜索

函数 open_with 

源代码
pub fn open_with<P: AsRef<Path> + ?Sized>(
    path: &P,
    format: &Format,
    options: Dictionary<'_>,
) -> Result<Context, Error>