pub fn write_all_at<'a, Filelike: AsFilelike>(
filelike: &Filelike,
buf: &[u8],
offset: u64,
) -> Result<()>
Expand description
Implement crate::WriteAt::write_all_at
.
pub fn write_all_at<'a, Filelike: AsFilelike>(
filelike: &Filelike,
buf: &[u8],
offset: u64,
) -> Result<()>
Implement crate::WriteAt::write_all_at
.