Skip to main content

list_models_handler

Function list_models_handler 

Source
pub async fn list_models_handler(
    __arg0: State<AppState>,
) -> Result<Json<Vec<ModelInfo>>>
Available on crate feature postgres only.