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

pub async fn fetch<S>(
    client: impl Client,
    parent: MDataInfo,
    name: S
) -> Result<(u64, File), NfsError> where
    S: AsRef<str>, 

Get a file and its version from the directory.