Function serde_frontmatter::serialize[][src]

pub fn serialize<T: Serialize>(
    front_matter: T,
    content: &str
) -> Result<String, SerdeFMError>
Expand description

Serialize a struct and data into a string containing front matter