Searched defs:MsgResult (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/msg_socket/src/ | ||
D | lib.rs | 130 fn send(&self, msg: &M) -> MsgResult<()> { in send() |
D | msg_on_socket.rs | 39 pub type MsgResult<T> = result::Result<T, MsgError>; typedef |