pub trait ZeroCopyOutput: CellOutput { }Expand description
Marker trait for outputs that can use zero-copy deserialization.
Types implementing this trait can potentially be accessed without full deserialization using rkyv. For now, this is a marker trait that indicates the type is suitable for high-performance paths.