Skip to main content

HasXyzMeta

Trait HasXyzMeta 

Source
pub trait HasXyzMeta {
    type XyzMeta;
}
Expand description

Implemented by meta types that contain a meta type for Xyz.

Required Associated Types§

Source

type XyzMeta

A meta type that can be used in Xyz.

Implementors§