Trait weld_codegen::writer::ToBytes[][src]

pub trait ToBytes {
    fn to_bytes(&self) -> &[u8]
Notable traits for &'_ [u8]
impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; }

Required methods

Implementations on Foreign Types

Implementors