spl_token_2022/
pod.rs

1//! Rewrites of the base state types represented as Pods
2#![deprecated(
3    since = "9.1.0",
4    note = "Use spl_token_2022_interface instead and remove spl_token_2022 as a dependency"
5)]
6pub use spl_token_2022_interface::pod::*;