pub trait HasEntityWithType<const TAG: &'static str, EntityType> { }

Implementors

Prove ConstraintChain<_, _, _, HasEntityWithType<ETAG, EntityType>> => HasEntityWithType<ETAG, EntityType>