Added definition of type trait
This commit is contained in:
committed by
Eduard-Mihai Burtescu
parent
3e77f2fc4f
commit
5f28e0a0b6
@@ -13,6 +13,7 @@ use std::fmt::Debug;
|
||||
pub trait Backend {
|
||||
type Value: Debug + PartialEq;
|
||||
type BasicBlock;
|
||||
type Type;
|
||||
type Type : Debug + PartialEq;
|
||||
type TypeKind;
|
||||
type Context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user