Function toggle_feature

Source
pub fn toggle_feature<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ToggleFeature<'info>>,
    domain: String,
    action: String,
    enable: bool,
) -> Result<()>