Skip to content

Commit

Permalink
Update the document of "send!"
Browse files Browse the repository at this point in the history
See also Diggsey#12
  • Loading branch information
deftsp committed Jan 17, 2022
1 parent fbd68f0 commit b9741e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ macro_rules! __impl_send {
/// Constraints:
/// - The method must be an inherent method or trait method callable on the
/// actor type.
/// - The method must take `&mut self` as the receiver.
/// - The method can take either `&self` or `&mut self` as the receiver, but only `&mut self` will
/// be passed in.
/// - The method must return a future, with an output that implements `IntoActorResult`.
/// - The arguments must be `Send + 'static`.
#[macro_export]
Expand Down

0 comments on commit b9741e2

Please sign in to comment.