Skip to main content

Inflate

Trait Inflate 

Source
pub trait Inflate<K> {
    // Required method
    fn inflate(self, offset: K) -> Self;
}

Required Methods§

Source

fn inflate(self, offset: K) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§