Skip to main content

models_filter

Function models_filter 

Source
pub fn models_filter<T>(
    table: Arc<T>,
) -> impl Filter<Extract = (impl Reply,), Error = Rejection> + Clone
where T: RoutingTable + Send + Sync + 'static,
Expand description

Creates a warp filter for GET /v1/models.