Skip to content

Commit

Permalink
new trait is public now
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 11, 2023
1 parent 18d6503 commit e6408f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfdp/pdu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl From<TlvLvError> for PduError {
}
}

trait WritablePduPacket {
pub trait WritablePduPacket {
fn write_to_bytes(&self, buf: &mut [u8]) -> Result<usize, PduError>;
}

Expand Down

0 comments on commit e6408f7

Please sign in to comment.