use Deserialize;
use Serialize;
/// Identifier of a block inside one flowgraph.
///
/// Block ids are assigned when blocks are added to a flowgraph. They are useful
/// for type-erased connections, runtime descriptions, and message calls to a
/// running flowgraph. The numeric value is only meaningful together with the
/// flowgraph that assigned it.
;