pub trait IntoBorrow {
    type Borrow: for<'a> Borrow<'a>;
}
Expand description

Transforms a view into a helper type. This allows workloads to have the current syntax.

Required Associated Types

Helper type almost allowing GAT on stable.

Implementations on Foreign Types

Implementors