BodyContent

Trait BodyContent 

Source
pub trait BodyContent {
    // Provided methods
    fn version(&self) -> u8 { ... }
    fn format(&self) -> u8 { ... }
    fn debug_info() -> String { ... }
}

Provided Methods§

Source

fn version(&self) -> u8

Source

fn format(&self) -> u8

Source

fn debug_info() -> String

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§