write

Function write 

Source
pub async fn write(
    path: impl AsRef<Path>,
    contents: impl AsRef<[u8]>,
) -> ToolResult<()>
Expand description

Writes content to a file.