Translate Types and Utilities parity tests
Some checks failed
Rust API gates / api-gates (push) Has been cancelled

This commit is contained in:
2026-08-08 13:58:25 +02:00
parent 39ee61525a
commit 1c0dfdc35c
19 changed files with 3482 additions and 3318 deletions

View File

@@ -1898,8 +1898,10 @@ impl RlvRestrictionManager {
pub fn subscribe_restriction_updated(
&self,
handler: Option<
libremetaverse_types::compat::EventHandler<
libremetaverse_rlv::event_arguments::RestrictionUpdatedEventArgs,
std::sync::Arc<
dyn Fn(libremetaverse_rlv::event_arguments::RestrictionUpdatedEventArgs)
+ Send
+ Sync,
>,
>,
) -> libremetaverse_types::compat::Subscription {