Translate Types and Utilities parity tests
Some checks failed
Rust API gates / api-gates (push) Has been cancelled
Some checks failed
Rust API gates / api-gates (push) Has been cancelled
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user