Trait prust_core::sp::Request[][src]

pub trait Request {
    fn to_request(&self) -> RequestId;
}

Trait Indicating The Packet is a PUS request type.

Required methods

Loading content...

Implementors

impl<T: SpacePacketDataField> Request for SpacePacket<T>[src]

Trait implementation that will create RequestId from generic SpacePacket

Loading content...