Trait sp_core::hexdisplay::AsBytesRef [−][src]
pub trait AsBytesRef {
fn as_bytes_ref(&self) -> &[u8];
}
Expand description
Simple trait to transform various types to &[u8]
Required methods
fn as_bytes_ref(&self) -> &[u8]
fn as_bytes_ref(&self) -> &[u8]
Transform self
into &[u8]
.