Docs.rs
  • rust-rcs-core-0.1.0
    • rust-rcs-core 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • Hirohumi
    • Dependencies
      • async-compression ^0.3 normal
      • base64 ^0.13 normal
      • cached ^0.44 normal
      • chrono ^0.4 normal
      • cookie ^0.16 normal
      • data-encoding ^2.3 normal
      • futures ^0.3 normal
      • httparse ^1.7 normal
      • libc ^0.2 normal
      • lzw ^0.10 normal
      • md-5 ^0.10 normal
      • quick-xml ^0.23 normal
      • rand ^0.8 normal
      • ring ^0.16 normal
      • rust-strict-sdp ^0.1 normal
      • rustls ^0.20 normal
      • tokio ^1.19 normal
      • tokio-stream ^0.1 normal
      • tokio-util ^0.7 normal
      • trust-dns-client ^0.21 normal
      • url ^2.2 normal
      • uuid ^1.1 normal
      • walkdir ^2.3 normal
    • Versions
    • 2.2% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

logo

Serializable

Required Methods

  • estimated_size

Implementations on Foreign Types

  • [Header]

Implementors

In rust_rcs_core::io

?
Change settings

Trait rust_rcs_core::io::Serializable

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>