Re: [PATCH net-next v3 2/8] rust: time: Introduce Delta type

From: Miguel Ojeda
Date: Sat Oct 19 2024 - 08:41:33 EST


On Sat, Oct 19, 2024 at 2:21 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> differently, e.g. `to_micros_ceil`: `to_` since it is not "free"

Well, it is sufficiently free, I guess, considering other methods. I
noticed `as_*()` in this patch take `self` rather than `&self`, though.

Cheers,
Miguel