Re: [PATCH v6 1/3] rust: io: add resource abstraction

From: Guangbo Cui
Date: Sun Feb 09 2025 - 06:51:24 EST


> +/// A region allocated from a parent resource.
> +///
> +/// # Invariants
> +/// - `self.0` points to a valid `bindings::resource` that was obtained through
> +/// `__request_region`.

Doc list item without indentation.

Best regards,
Guangbo Cui