跳到主要内容

open

搜索

函数 open 

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