Restore order of decl of boundary of broadcast()

This commit is contained in:
Kitaiti Makoto 2022-05-03 12:34:56 +09:00
parent 6c2846980a
commit 0fc7372781
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ impl<'a, 'r> FromRequest<'a, 'r> for ApRequest {
} }
} }
pub fn broadcast<S, T, A, C>(sender: &S, act: A, to: Vec<T>, proxy: Option<reqwest::Proxy>) pub fn broadcast<S, A, T, C>(sender: &S, act: A, to: Vec<T>, proxy: Option<reqwest::Proxy>)
where where
S: sign::Signer, S: sign::Signer,
A: Activity + serde::Serialize, A: Activity + serde::Serialize,