Type Definition spirit::SpiritInner[][src]

type SpiritInner<O, C> = Arc<Spirit<Arc<ArcSwap<C>>, O, C>>;

A type alias for a Spirit with configuration held inside.

Just to ease up naming the type when passing around the program.