[pdm-devel] applied: [PATCH proxmox-yew-widget-toolkit 1/1] data table: fix using str with get_property
Dominik Csapak
d.csapak at proxmox.com
Thu Aug 21 10:46:26 CEST 2025
On 8/20/25 1:57 PM, Stefan Hanreich wrote:
> Without the ?Sized trait bound, one cannot use str as the type for
> get_property. Since we do not need the implicit trait bound here, we
> can make the Sized bound optional, thus enabling the usage of str for
> get_property.
>
> Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
> ---
> src/widget/data_table/column.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
More information about the pdm-devel
mailing list