pub trait ToBytesExt {
type Input;
// Provided method
fn to_bytes(&self) -> &[u8] ⓘ { ... }
}Expand description
把引用类型转换到bytes。
pub trait ToBytesExt {
type Input;
// Provided method
fn to_bytes(&self) -> &[u8] ⓘ { ... }
}把引用类型转换到bytes。