pub trait PrivateInstallation: Any + Send + Sync { }
Expand description

A private item that can be installed in a context after it is built.

Implementors§