Skip to main content

TypeResolverWithContext

Type Alias TypeResolverWithContext 

Source
pub type TypeResolverWithContext = fn(args: &[Type], ctx: &ResolveContext) -> Type;