Trait win_wrap::ext::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§