pub type FixturePtr<D> = Rc<RefCell<B2fixture<D>>>;
pub struct FixturePtr<D> { /* private fields */ }