Closed as not planned
Description
The as_nanos
API in https://doc.rust-lang.org/src/core/time.rs.html#462 returns u128
, however the from_nanos
API https://doc.rust-lang.org/src/core/time.rs.html#276 only accepts u64
. Can we make it u128
so that it is consistent ?