pub type BoxRefAnyA<'a, I> = BoxRef<'a, dyn Any + Send + 'static, I, ByAddress>;
Pointer address ordered reference to data within an Any + Send owner in Box.
pub struct BoxRefAnyA<'a, I> { /* private fields */ }