use Deserialize;
use Serialize;
use fmt;
/// Identifier of a flowgraph known to a runtime control handle.
///
/// Runtime handles assign these ids as flowgraphs are registered with the
/// control plane. They are used by the native REST API and by remote clients.
;