Function gstd_fluent::send_bytes

source ·
pub fn send_bytes<Buffer: AsRef<[u8]>>(
    program: ActorId,
    payload: Buffer
) -> SendBuilder<(ProgramW, PayloadBytesW<Buffer>, (), (), (), ())>
Expand description

Creates a builder that allows to send a new message to a program or user.