//! Source-binding policy.
//!
//! Premiere may hand the same PPix as both source and output (alias). Passes
//! that read source after writing output need a private snapshot. Phase 6
//! moves the snapshot allocation logic into the executor; for now this enum
//! just carries the user's intent so adapters can act on it.