Docs.rs
rust-rcs-core-0.3.1
rust-rcs-core 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Hirohumi
Dependencies
async-compression ^0.4
normal
base64 ^0.21
normal
cached ^0.46
normal
chrono ^0.4
normal
cookie ^0.18
normal
data-encoding ^2.5
normal
futures ^0.3
normal
hickory-client ^0.24
normal
httparse ^1.8
normal
libc ^0.2
normal
lzw ^0.10
normal
md-5 ^0.10
normal
quick-xml ^0.31
normal
rand ^0.8
normal
ring ^0.17
normal
rust-strict-sdp ^0.1
normal
rustls ^0.22
normal
tokio ^1.35
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
url ^2.5
normal
uuid ^1.6
normal
walkdir ^2.4
normal
Versions
2.09%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
rcs_
core
0.3.1
Serializable
Required Methods
estimated_size
Implementations on Foreign Types
[Header]
Implementors
In rust_
rcs_
core::
io
rust_rcs_core
::
io
Trait
Serializable
Copy item path
Source
pub trait Serializable { // Required method fn
estimated_size
(&self) ->
usize
; }
Required Methods
§
Source
fn
estimated_size
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
Serializable
for [
Header
]
Source
§
fn
estimated_size
(&self) ->
usize
Implementors
§
Source
§
impl
Serializable
for
Body
Source
§
impl
Serializable
for
MsrpChunk
Source
§
impl
Serializable
for
SipMessage
Source
§
impl
Serializable
for
Request
Source
§
impl
Serializable
for
MessageBody
Source
§
impl
Serializable
for
MultipartBody
Source
§
impl
Serializable
for
MsrpRequestLine
Source
§
impl
Serializable
for
MsrpResponseLine
Source
§
impl
Serializable
for
SipRequestLine
Source
§
impl
Serializable
for
SipResponseLine
Source
§
impl<'a>
Serializable
for
NameAddr
<'a>
Source
§
impl<'a>
Serializable
for
NameAddrUri
<'a>
Source
§
impl<'a>
Serializable
for
CSeq
<'a>
Source
§
impl<'a>
Serializable
for
FromTo
<'a>