Docs.rs
oddity-rtsp-protocol-0.2.0
oddity-rtsp-protocol 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
gerwin3
Dependencies
bytes ^1
normal
http ^1.0
normal
tokio-util ^0.7
normal
optional
Versions
18.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Serialize
oddity_
rtsp_
protocol
0.2.0
Serialize
Required Methods
serialize
Implementors
In crate oddity_
rtsp_
protocol
oddity_rtsp_protocol
Trait
Serialize
Copy item path
Source
pub trait Serialize { // Required method fn
serialize
(self, dst: &mut
BytesMut
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
serialize
(self, dst: &mut
BytesMut
) ->
Result
<
()
>
Implementors
§
Source
§
impl
Serialize
for
Method
Source
§
impl
Serialize
for
Version
Source
§
impl
Serialize
for
Request
Source
§
impl
Serialize
for
Response
Source
§
impl
Serialize
for
Uri
Source
§
impl
Serialize
for
StatusCode
Source
§
impl<M:
Message
>
Serialize
for
MaybeInterleaved
<M>