Skip to content

Commit

Permalink
Expose WrongParameterType
Browse files Browse the repository at this point in the history
  • Loading branch information
showier-drastic committed Nov 4, 2024
1 parent e6f805b commit 89fd118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2r/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mod context;
pub use context::Context;

mod parameters;
pub use parameters::{Parameter, ParameterValue, RosParams};
pub use parameters::{Parameter, ParameterValue, RosParams, WrongParameterType};

pub use r2r_macros::RosParams;

Expand Down

0 comments on commit 89fd118

Please sign in to comment.