macro_rules! admin_prelude {
($session:expr, $req:expr, $actix_admin:expr, $opts:expr, $entity:ty) => { ... };
}Expand description
Convenience macro: unwrap the double-Result returned by begin_route,
returning early on either the propagated error or the pre-built response.