Function workflow_store::fs::write_binary_with_options

source ยท
pub async fn write_binary_with_options<P: AsRef<Path>>(
    filename: P,
    _options: Options,
    data: &[u8],
) -> Result<()>