1 2 3 4 5 6 7
use crate::Server; impl From<Server> for axum::Router { fn from(value: Server) -> Self { value.inner } }