Trait sgx_types::marker::BytewiseEquality
source · [−]pub unsafe trait BytewiseEquality { }
Expand description
Trait implemented for types that can be compared for equality using their bytewise representation A type can implement BytewiseEquality if all of its components implement BytewiseEquality.