//! Extension interfaces for out-of-tree hardware/runtime adapters.
//!
//! Proprietary or platform-specific drivers should implement these traits in
//! external crates and integrate through the public interface manager API.
use AddressHash;
/// Minimal metadata contract for an interface driver.
/// Factory contract used by host runtimes to register external drivers.