Skip to main content

extract_get

Function extract_get 

Source
pub async fn extract_get(
    __arg0: State<Arc<AppState>>,
    auth: HeaderAuth,
    __arg2: JsonQuery<ExtractGetParams>,
) -> Result<impl IntoResponse, AppError>