mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Update tests
This commit is contained in:
@@ -56,6 +56,10 @@ pub trait Translate<S> {
|
||||
fn translate(&mut self, source: &S) -> Result<Self::Target, Self::Error>;
|
||||
}
|
||||
|
||||
pub trait AssertSupported {
|
||||
fn assert_supported(&self);
|
||||
}
|
||||
|
||||
pub trait IsEquiv {
|
||||
fn is_equiv(&self, other: &Self) -> bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user