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