Skip to main content

OwnedDelta

Trait OwnedDelta 

Source
pub trait OwnedDelta {
    // Required method
    fn owned_payload(&self) -> OwnedPayload;
}
Expand description

Extract only the ownership-relevant facts from the existing wire payload.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§