ithink this name is better
This commit is contained in:
parent
316a52b4fb
commit
f6b88a9ae0
@ -403,9 +403,9 @@ impl<'slice, State> VerificationSendable<'slice, State> {
|
|||||||
self.pus_tm.as_mut().unwrap()
|
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.
|
/// 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()
|
self.into()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user