Trait BlockData
tc_transact::fs
pub trait BlockData: Clone + TryFrom<Bytes> + Into<Bytes> + Send + Sync { }
impl BlockData for Bytes