Trait contrafact::State

source ·
pub trait State: Debug + Clone + Send + Sync { }
Expand description

The trait bounds for the State of a Fact

Implementors§

source§

impl<T> State for Twhere T: Debug + Clone + Send + Sync,