Trait aery::relation::ZstOrPanic

source ·
pub trait ZstOrPanic: Sized {
    const ZST_OR_PANIC: () = _;
}
Expand description

Hack to ensure relation types are indeed ZSTs

Provided Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> ZstOrPanic for T