Trait alkahest::SchemaUnpack[][src]

pub trait SchemaUnpack<'a> {
    type Unpacked;
}
Expand description

The purpose of this trait is to define associated type for each lifetime for Schema trait implementations. This is a workaround for lack of HRTB support for associated types.

Associated Types

Unpacked value type.

Implementations on Foreign Types

Implementors