use ;
use crate::;
/// Marker extension indicating the account belongs to a mint with permanent delegate.
/// This is a zero-size marker (no data) that indicates the token account's
/// mint has the SPL Token 2022 Permanent Delegate extension.
///
/// When present, token operations must check the SPL mint's PermanentDelegate
/// to determine the delegate authority before allowing transfers/burns.
;