//! Component identifiers
//!
//! By convention these are Rust paths to the component types
// TODO(tarcieri): enforce this convention via e.g. custom derive?
use fmt;
/// Identifier for an individual component
///
/// This should ideally match the Rust path name to the corresponding type.
// TODO(tarcieri): obtain this automatically via `std::module_path`?
;