1
2
3
4
5
6
7
use super::file::Datacap;

impl Datacap {
    fn new(i: Datacap) -> Self {
        Self { ..i }
    }
}