working on conversion back to rust
This commit is contained in:
@@ -202,14 +202,6 @@ class Impl:
|
||||
functions: List[Function]
|
||||
|
||||
|
||||
@dataclass
|
||||
class FunctionDeclartation:
|
||||
name: str
|
||||
arguments: List[VariableDeclaration]
|
||||
return_type: TypeUsage
|
||||
type: TypeUsage
|
||||
|
||||
|
||||
TraitItem = Union[FunctionDeclaration, Function]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user