Type Alias Post

pub type Post<'a> = TableRef<'a, PostMarker>;
Expand description

Aliased Typeยง

pub struct Post<'a> { /* private fields */ }