Trait AsBytes
pub trait AsBytes {
// Required method
fn as_bytes(&self) -> &[u8] ⓘ;
}Available on (crate features
rustls or boring or acme) and crate feature rustls only.Expand description
Helper trait for types that can be viewed as a byte slice