c2nim translates these sort of "incomplete" struct definitions into this:
    
    
    type
      TermKey* {.incompleteStruct.} = object
    
    
    Run

You're probably running into something else in your source header. 

Reply via email to