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
Target
oddity_
rtsp_
protocol
0.2.0
Target
Required Associated Types
Inbound
Outbound
Implementors
In crate oddity_
rtsp_
protocol
oddity_rtsp_protocol
Trait
Target
Copy item path
Source
pub trait Target { type
Inbound
:
Message
; type
Outbound
:
Message
+
Serialize
; }
Required Associated Types
§
Source
type
Inbound
:
Message
Source
type
Outbound
:
Message
+
Serialize
Implementors
§
Source
§
impl
Target
for
AsClient
Source
§
type
Inbound
=
Response
Source
§
type
Outbound
=
Request
Source
§
impl
Target
for
AsServer
Source
§
type
Inbound
=
Request
Source
§
type
Outbound
=
Response