Skip to main content

ParamRemove

Trait ParamRemove 

Source
pub trait ParamRemove<T> {
    type Transformed;

    // Required method
    fn param_remove(self) -> Self::Transformed;
}
Expand description

Item of type T can be removed certain_map slot irrespective of it having been set before.

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§