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

pub fn write<T>(
    client: Client<T>,
    file: File,
    mode: Mode,
    encryption_key: Option<Key>
) -> Box<NfsFuture<Writer<T>>> where
    T: 'static, 

Helper function to Update content of a file in a directory. A writer object is returned, through which the data for the file can be written to the network. The file is actually saved in the directory listing only after writer.close() is invoked