//! Useful extras for `Account` state.
use InstructionError;
// wincode uses its own trait (rather than `StateMut`/`State`) so the bincode and
// wincode implementations can coexist when both features are enabled.
pub use *;
/// Convenience trait to covert serialization errors to instruction errors.