Trait contrafact::Target

source ·
pub trait Target<'a>: 'a + Debug + Clone + Send + Sync + PartialEq + Arbitrary<'a> { }
Expand description

The trait bounds for the target of a Fact

Implementors§

source§

impl<'a, T> Target<'a> for Twhere T: 'a + Debug + Clone + Send + Sync + PartialEq + Arbitrary<'a>,