pub fn delete_seed_generator<O0: Into<Output>, O1: Into<Output>>( handle: O0, deleter: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DeleteSeedGenerator::new().build(handle, deleter, scope).
DeleteSeedGenerator::new().build(handle, deleter, scope)