Function dylint_building::build[][src]

pub fn build<I, K, V>(envs: I, path: Option<&Path>) -> Result<()> where
    I: Iterator<Item = (K, V)>,
    K: AsRef<OsStr>,
    V: AsRef<OsStr>,