use core::fmt::Debug;
use parity_scale_codec::{Decode, Encode};
pub trait ParallelCmp: Send + Sync {}
pub trait ParityCmp: Decode + Encode {}
pub trait RuntimeCmp: Send + Sync + Sized + Eq + PartialEq + Clone + 'static {}
pub trait Basic: Clone + Copy + Debug + Default + Sized {}