use std::collections::HashMap; // Setup readable types pub type Configure = HashMap; pub type StandardResult = Result<(), Box>;