Skip to main content

ShardRenderFn

Type Alias ShardRenderFn 

Source
pub type ShardRenderFn = for<'cx> fn(cx: &'cx Cx, body: Body) -> Pin<Box<dyn Future<Output = Result<View, Error>> + Send + 'cx>>;
Available on crate feature router only.