//! [`UserPlugins`] — bundle of all User-level plugin state on one struct
//! so the `User` definition surfaces registry + identity + transport at
//! top level and groups plugin concerns here.
use crate::;
/// Bundle of all User-level plugin state. One factory plus its three
/// seed configs, owned outright.