usecrate::OptionalAccountStrategy;// The spec doesn't carry a notion of "default variant", so the
// generated `OptionalAccountStrategy` enum has no `#[derive(Default)]`.
// The default member is a Rust-side choice and lives here.
#[allow(clippy::derivable_impls)]implDefault forOptionalAccountStrategy{fndefault()->Self{OptionalAccountStrategy::ProgramId
}}