We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Constraint::validate
1 parent c296d89 commit fea86faCopy full SHA for fea86fa
1 file changed
src/constraint.rs
@@ -34,7 +34,7 @@ impl<C> Constraint<C> {
34
/// recorded calls one by one.
35
pub fn validate<T>(&self, value: &T) -> bool
36
where
37
- T: Track<Call = C>,
+ T: Track<Call = C> + ?Sized,
38
{
39
self.0
40
.lock()
0 commit comments