Closed yexuanyang closed 10 months ago
The purpose of struct Timespec64's existence is to avoid using bindings. But now it doesn't have a new method, we have to import bindings::timespec64 when we want to init a Timespec64. That makes me upset😢
Timespec64
bindings
new
bindings::timespec64
The purpose of struct
Timespec64
's existence is to avoid usingbindings
. But now it doesn't have anew
method, we have to importbindings::timespec64
when we want to init aTimespec64
. That makes me upset😢