1 2 3 4 5 6 7 8 9
// Copyright (c) 2024 C Forge. All Rights Reserved. // SPDX-License-Identifier: MIT include!("burnable_trait.rs"); #[cfg(feature = "psp22_burnable_impl")] mod implementation; #[cfg(feature = "psp22_burnable_impl")] pub use implementation::*;