OwnedNowExecShellMsg

Type Alias OwnedNowExecShellMsg 

Source
pub type OwnedNowExecShellMsg = NowExecShellMsg<'static>;

Aliased Type§

pub struct OwnedNowExecShellMsg { /* private fields */ }

Trait Implementations§

Source§

impl DecodeOwned for OwnedNowExecShellMsg

Source§

fn decode_owned(src: &mut ReadCursor<'_>) -> DecodeResult<Self>

Decodes an instance of Self from the given byte stream. Read more