mapper-impl 1.1.2

Implementation detail of the `mapper` crate
Documentation
1
2
3
4
5
6
use super::aggregated_to::AggregatedTo;

#[derive(Debug, Clone)]
pub struct Attrs<T> {
    pub to: AggregatedTo<T>,
}