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

pub async fn insert<'_, S>(
    client: impl Client,
    parent: MDataInfo,
    name: S,
    file: &'_ File
) -> Result<(), NfsError> where
    S: AsRef<str>, 

Insert the file into the directory.