nestrs-cli-rs 0.1.0

Rust port of the Nest CLI for the nestrs organization.
Documentation
1
2
3
4
5
//! Upstream source: `../nest-cli/lib/configuration/configuration.loader.ts`.

pub trait ConfigurationLoader: super::ConfigurationLoader {}

impl<T> ConfigurationLoader for T where T: super::ConfigurationLoader {}