pub trait GetFun<T> {
// Required method
fn fun(
&self,
name: &StringName,
ctx: &Context,
pos: Position,
) -> TypeResult<T>;
}pub trait GetFun<T> {
// Required method
fn fun(
&self,
name: &StringName,
ctx: &Context,
pos: Position,
) -> TypeResult<T>;
}