pub async fn get_session_traces(
__arg0: State<DebugController>,
__arg1: Path<String>,
) -> Result<Json<Vec<Value>>, StatusCode>Available on crate feature
server only.pub async fn get_session_traces(
__arg0: State<DebugController>,
__arg1: Path<String>,
) -> Result<Json<Vec<Value>>, StatusCode>server only.