[][src]Function bloguen::ops::feed_rss_post_body

pub fn feed_rss_post_body<'w, W>(into: &'w mut W) -> Box<dyn Write + 'w> where
    W: Write

Get the post body writer for an RSS feed.

Write into it between post header and footer invocations to insert the post contents into the feed.