Type Alias pns::Tid

source ·
pub type Tid = Id<Transition>;
Expand description

The identifier meant to represent transitions.

Aliased Type§

struct Tid { /* private fields */ }

Trait Implementations§

source§

impl<S: EndianSettings> FromStream<S> for Tid

source§

fn from_stream<R: Read>(stream: &mut R) -> Result<Self>

Reads a value of this type from a stream and returns it. Returns an error on failure instead.
source§

impl<S: EndianSettings> ToStream<S> for Tid

source§

fn to_stream<W: Write>(&self, stream: &mut W) -> Result<()>

Writes a value of this type to a stream. Return an error on failure.