win_wrap::ext

Trait ToBytesExt

Source
pub trait ToBytesExt {
    type Input;

    // Provided method
    fn to_bytes(&self) -> &[u8]  { ... }
}
Expand description

把引用类型转换到bytes。

Required Associated Types§

Provided Methods§

Source

fn to_bytes(&self) -> &[u8]

Implementors§