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

From: Miguel Ojeda
Date: Wed Oct 23 2024 - 09:09:51 EST


On Wed, Oct 23, 2024 at 1:53 PM FUJITA Tomonori
<fujita.tomonori@xxxxxxxxx> wrote:
>
> Should use &self for as_*() instead?

I don't think there is a hard rule, so taking `self` is fine even if uncommon.

But probably we should discuss eventually if we want more concrete
guidelines here (i.e. more concrete than Rust usual ones).

Thanks!

Cheers,
Miguel