Function safe_core::nfs::file_helper::insert [] [src]

pub fn insert<S, T>(
    client: Client<T>,
    parent: MDataInfo,
    name: S,
    file: &File
) -> Box<NfsFuture<()>> where
    S: AsRef<str>,
    T: 'static, 

Insert the file into the directory.