1 2 3 4 5
use vantage_expressions::traits::datasource::DataSource; use crate::account::AwsAccount; impl DataSource for AwsAccount {}