[−][src]Trait websocket_base::message::IntoCowBytes
Trait representing the ability to convert
self to a Cow<'a, [u8]>
Trait representing the ability to convert
self to a Cow<'a, [u8]>
impl<'a> IntoCowBytes<'a> for Vec<u8>
[src]impl<'a> IntoCowBytes<'a> for &'a [u8]
[src]impl<'a> IntoCowBytes<'a> for Cow<'a, [u8]>
[src]