pub async fn get_feature(
__arg0: Path<(String, String)>,
__arg1: State<AppState>,
) -> Result<Json<ApiResponse<FeatureInfo>>, StatusCode>
Expand description
Get specific feature information GET /providers/{provider}/features/{feature}
pub async fn get_feature(
__arg0: Path<(String, String)>,
__arg1: State<AppState>,
) -> Result<Json<ApiResponse<FeatureInfo>>, StatusCode>
Get specific feature information GET /providers/{provider}/features/{feature}