@@ -43,13 +43,11 @@ use crate::{
4343 IntoAsyncSubscriptionCallback , IntoNodeServiceCallback , IntoNodeSubscriptionCallback ,
4444 IntoNodeTimerOneshotCallback , IntoNodeTimerRepeatingCallback , IntoTimerOptions , LogParams ,
4545 Logger , MessageInfo , ParameterBuilder , ParameterInterface , ParameterVariant , Parameters ,
46- Promise , Publisher , PublisherOptions , PublisherState , RclrsError , RequestedGoal , Service ,
47- ServiceOptions , ServiceState , SerializedPublisher , SerializedSubscription , Subscription ,
48- SubscriptionOptions , SubscriptionState ,
49- TerminatedGoal , TimeSource , Timer , TimerState , ToLogParams , Worker , WorkerOptions , WorkerState ,
50- ENTITY_LIFECYCLE_MUTEX ,
46+ Promise , Publisher , PublisherOptions , PublisherState , RclrsError , RequestedGoal ,
47+ SerializedPublisher , SerializedSubscription , Service , ServiceOptions , ServiceState ,
48+ Subscription , SubscriptionOptions , SubscriptionState , TerminatedGoal , TimeSource , Timer ,
49+ TimerState , ToLogParams , ToResult , Worker , WorkerOptions , WorkerState , ENTITY_LIFECYCLE_MUTEX ,
5150} ;
52- use crate :: ToResult ;
5351
5452/// A processing unit that can communicate with other nodes. See the API of
5553/// [`NodeState`] to find out what methods you can call on a [`Node`].
0 commit comments