pub fn install_fixture_skill(
cx: &mut Cx,
transport: Arc<FixtureTransport>,
card: SkillCard,
) -> Result<()>Expand description
Installs the skill library, registers transport, and binds card.
A convenience for tests and examples that wires a FixtureTransport and
a single SkillCard into a freshly prepared registry.