arik-so / ldk-parser

0 stars 2 forks source link

Handle comment-deduced nullable types for traits #17

Closed arik-so closed 1 year ago

arik-so commented 1 year ago

Bellwether type: LDKOnionMessageProvider

arik-so commented 1 year ago

Specifically, nextOnionMessageForPeer

arik-so commented 1 year ago

Actually, because the compiler wants a valid, non-null type, this problem handles itself and we don't need to do anything.