Searched defs:send (Results 1 – 3 of 3) sorted by relevance
36 int send(handle_t chan, in send() function88 int send(handle_t chan, in send() function156 int send(handle_t chan, in send() function
210 int send(handle_t fd, in send() function254 int send(handle_t fd, in send() function296 int send(handle_t fd, in send() function
121 pub fn send<'s, T: Serialize<'s>>(&self, msg: &'s T) -> crate::Result<()> { in send() method