Entity

Trait Entity 

Source
pub trait Entity<'a> {
    type T: Copy;
}
Expand description

Entity is a type of the particular EntityMatcher input.

Note that once GAT is available, we can instead have

type Input<’a>: Copy;

In EntityMatcher.

Required Associated Types§

Implementors§