Skip to main content

row_to_post_list_item

Function row_to_post_list_item 

Source
pub(super) fn row_to_post_list_item(row: &Row) -> PostListItem
Expand description

将数据库行转换为轻量列表项 DTO。

不包含 content_md/content_html;字数与阅读时长直接读取已持久化的列。 同步函数,不依赖数据库连接。