matched_path_from_request

Function matched_path_from_request 

Source
pub async fn matched_path_from_request<B>(
    req: Request<B>,
) -> Result<(Option<MatchedPath>, Request<B>), (MatchedPathRejection, Request<B>)>