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