aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorWedson Almeida Filho <[email protected]>2022-12-28 06:03:46 +0000
committerMiguel Ojeda <[email protected]>2023-01-16 23:48:06 +0100
commit0748424aba89811b85e6e0f958b8ccd47f5af47e (patch)
tree6ec2c6bbedcda88ba9db638df158a570feaf6925 /tools/perf/scripts/python/export-to-postgresql.py
parent70e42ebbf6416e8005d8e08ae521b7d5cc5a8b3a (diff)
rust: sync: add support for dispatching on Arc and ArcBorrow.
Trait objects (`dyn T`) require trait `T` to be "object safe". One of the requirements for "object safety" is that the receiver have one of the allowed types. This commit adds `Arc<T>` and `ArcBorrow<'_, T>` to the list of allowed types. Signed-off-by: Wedson Almeida Filho <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Gary Guo <[email protected]> Reviewed-by: Vincenzo Palazzo <[email protected]> Acked-by: Boqun Feng <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions