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

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

Get a file and its version from the directory.