Skip to content

Commit def5755

Browse files
committed
Made CommandEncoder private.
1 parent a572509 commit def5755

File tree

1 file changed

+1
-1
lines changed
  • api/swimos_agent_protocol/src/ad_hoc

1 file changed

+1
-1
lines changed

api/swimos_agent_protocol/src/ad_hoc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use crate::AdHocCommand;
2929
mod tests;
3030

3131
#[derive(Debug, Default, Clone, Copy)]
32-
pub struct CommandEncoder<E> {
32+
struct CommandEncoder<E> {
3333
body_encoder: E,
3434
}
3535

0 commit comments

Comments
 (0)