Skip to content

v1.0.1 - Improve Type Hinting

Compare
Choose a tag to compare
@mplanchard mplanchard released this 09 Dec 17:41
· 44 commits to master since this release

Fixed

  • All interface methods now, through the magic of dependent imports, specify
    that they should return implementation instances. This makes working with
    functions specified to return a Result or an Option much easier (1780999)