Skip to main content

with_session_id

Function with_session_id 

Source
pub async fn with_session_id<F>(session_id: Option<String>, f: F) -> F::Output
where F: Future,