1 2 3 4 5 6
//! Re-exports the [`LamportsError`] type for backwards compatibility. #[deprecated( since = "2.1.0", note = "Use clone_solana_instruction::error::LamportsError instead" )] pub use clone_solana_instruction::error::LamportsError;