//! Account validation and explain traits.
use ProgramError;
/// Trait for accounts that can self-validate.
///
/// Automatically satisfied by construction for modifier-wrapped types.
/// Useful for custom account implementations that need a post-construction
/// validation pass.
/// Trait for accounts that can produce a structured explanation.