Crate rinja_actix

Source

Re-exports§

pub use actix_web;
pub use rinja::*;

Functions§

into_response
Render a Template into a HttpResponse, or render an error page.
try_into_response
Try to render a Template into a HttpResponse.