get_session

Function get_session 

Source
pub async fn get_session(
    __arg0: State<SessionController>,
    __arg1: Path<(String, String, String)>,
) -> Result<Json<SessionResponse>, StatusCode>
Available on crate feature server only.