1 2 3 4 5 6
#![allow(dead_code)] use super::Attributes; use crate::public_api::model::{Collection, Object}; pub type VtFile = Object<Attributes>; pub type VtFiles = Collection<Attributes>;