| 475 | } |
| 476 | |
| 477 | pub struct SpacetimeAuthRequired(pub SpacetimeAuth); |
| 478 | |
| 479 | #[async_trait::async_trait] |
| 480 | impl<S: NodeDelegate + Send + Sync> axum::extract::FromRequestParts<S> for SpacetimeAuthRequired { |
no outgoing calls
no test coverage detected
searching dependent graphs…