remove lifetime annotation
This commit is contained in:
parent
a45bc074a0
commit
5ba6766db3
@ -13,7 +13,7 @@ pub struct CcsdsDistributor {
|
||||
error_handler: Box<dyn FsrcErrorHandler>,
|
||||
}
|
||||
|
||||
impl<'a> CcsdsDistributor {
|
||||
impl CcsdsDistributor {
|
||||
pub fn new(
|
||||
apid_handler: Box<dyn HandlesPacketForApid>,
|
||||
error_handler: Box<dyn FsrcErrorHandler>,
|
||||
|
Loading…
Reference in New Issue
Block a user