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