Function gstd_fluent::send
source · pub fn send<Encodable: Encode>(
program: ActorId,
payload: Encodable
) -> SendBuilder<(ProgramW, PayloadEncodableW<Encodable>, (), (), (), ())>
Expand description
Creates a builder that allows to send a new message to a program or user.