pub type RowAgent<T, R> = TraceAgent<RowSpine<T, R>>;
pub struct RowAgent<T, R> { /* private fields */ }