serialize

Function serialize 

Source
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