Skip to content

Commit be26da9

Browse files
author
GueLaKais
committed
Added comments to the fn handle func in impl<T> Clientbase for Client<T>
1 parent 9f2ec44 commit be26da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclrs/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ impl<T> ClientBase for Client<T>
314314
where
315315
T: rosidl_runtime_rs::Service,
316316
{
317+
/// Returns a reference to the `ClientHandle` associated with this client.
317318
fn handle(&self) -> &ClientHandle {
318319
&self.handle
319320
}

0 commit comments

Comments
 (0)