pub fn sharded_filename<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
basename: O0,
shard: O1,
num_shards: O2,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for ShardedFilename::new().build(basename, shard, num_shards, scope)
.