spade_
ast_
lowering
0.13.0
IsPort
Required Methods
is_port
Implementations on Foreign Types
TypeExpression
TypeSpec
Implementors
In spade_
ast_
lowering::
types
spade_ast_lowering
::
types
Trait
IsPort
Copy item path
Source
pub trait IsPort { // Required method fn
is_port
(&self, symtab: &
Context
) ->
Result
<
bool
>; }
Required Methods
§
Source
fn
is_port
(&self, symtab: &
Context
) ->
Result
<
bool
>
Implementations on Foreign Types
§
Source
§
impl
IsPort
for TypeExpression
Source
§
fn
is_port
(&self, ctx: &
Context
) ->
Result
<
bool
>
Source
§
impl
IsPort
for TypeSpec
Source
§
fn
is_port
(&self, ctx: &
Context
) ->
Result
<
bool
>
Implementors
§