Skip to main content

LengthPolicy

Trait LengthPolicy 

Source
pub trait LengthPolicy<D>: DataType {
    type Output: DataType;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§