From 1b72cbdfaaeaaeb44f9f9ffcf361a659b4023cf4 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 22 Jan 2022 14:15:11 +0000 Subject: [PATCH] docstrings: Clarify the purpose of Receiver --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 0a089bf1..5148e55c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,6 +33,8 @@ mod c { /// Holds the Rust structures that are interesting from C. #[repr(C)] pub struct RsObjects { + /// The handle to which Commands should be sent + /// for processing in the main loop. receiver: Wrapped>, state_manager: Wrapped, submission: Wrapped,