Skip to main content

RawWrapper

Trait RawWrapper 

Source
pub trait RawWrapper {
    type Item;
}
Expand description

A RawWrapper is the base trait defining all so-called “wrapper” types.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§