We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be26da9 commit 3eded95Copy full SHA for 3eded95
rclrs/src/client.rs
@@ -118,9 +118,6 @@ where
118
pub(crate) fn new(node_handle: Arc<NodeHandle>, topic: &str) -> Result<Self, RclrsError>
119
// This uses pub(crate) visibility to avoid instantiating this struct outside
120
// [`Node::create_client`], see the struct's documentation for the rationale
121
- pub(crate) fn new(node_handle: Arc<NodeHandle>, topic: &str) -> Result<Self, RclrsError>
122
- // This uses pub(crate) visibility to avoid instantiating this struct outside
123
- // [`Node::create_client`], see the struct's documentation for the rationale
124
where
125
T: rosidl_runtime_rs::Service,
126
{
0 commit comments