pub fn delete_random_seed_generator<O0: Into<Output>, O1: Into<Output>>(
    handle: O0,
    deleter: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DeleteRandomSeedGenerator::new().build(handle, deleter, scope).