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

pub fn insert<S>(
    client: impl Client,
    parent: MDataInfo,
    name: S,
    file: &File
) -> Box<dyn Future<Error = NfsError, Item = ()> + 'static> where
    S: AsRef<str>, 

Insert the file into the directory.