"Subscription methods must not return anything; the error must send via subscription via either `SubscriptionSink::reject` or `SubscriptionSink::close`",
"Subscription methods must not return anything; the error must send via subscription via either `SubscriptionSink::reject` or `SubscriptionSink::close`",
));
));
}
}
ifmethod.sig.asyncness.is_some(){
ifmethod.sig.asyncness.is_some(){
returnErr(syn::Error::new_spanned(&method,"Subscription methods must not be `async`"));
returnErr(syn::Error::new_spanned(method,"Subscription methods must not be `async`"));