ithink this name is better

This commit is contained in:
Robin Müller 2023-01-04 00:29:47 +01:00
parent 316a52b4fb
commit f6b88a9ae0
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -403,9 +403,9 @@ impl<'slice, State> VerificationSendable<'slice, State> {
self.pus_tm.as_mut().unwrap()
}
/// Release or downgrades the PUS TM struct. This also releases the mutable slice reference,
/// Release the PUS TM struct. This also releases the mutable slice reference,
/// which can be useful or necessary before sending the data.
pub fn release(self) -> VerificationSendableErased<State> {
pub fn release_buf(self) -> VerificationSendableErased<State> {
self.into()
}