//! empty). The PDU(s) can be inspected using the [spacepackets::cfdp::pdu::file_data::FileDataPdu] reader.
/// The handler requires the [alloc] feature but will allocated all required memory on construction
/// * `pdu_sender` - [PduSendProvider] provider used to send CFDP PDUs generated by the handler.
fn pdu_send_helper(&self, pdu: &(impl WritablePduPacket + CfdpPdu)) -> Result<(), SourceError> {
fn handle_finished_pdu(&mut self, pdu_provider: &impl PduProvider) -> Result<(), SourceError> {