Struct rapid_cli::rapid_config::config::Features
source · pub struct Features {}Expand description
Eventually rapid will have something called plugins – for now “features” are simply optional internal functionality that can be toggled by adding the desired feature to this “features” object inside of the rapid.toml config file
Trait Implementations§
source§impl<'de> Deserialize<'de> for Features
impl<'de> Deserialize<'de> for Features
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more