Trait sp_core::hexdisplay::AsBytesRef
source · [−]pub trait AsBytesRef {
fn as_bytes_ref(&self) -> &[u8]ⓘ;
}
Expand description
Simple trait to transform various types to &[u8]
pub trait AsBytesRef {
fn as_bytes_ref(&self) -> &[u8]ⓘ;
}
Simple trait to transform various types to &[u8]