Enum diary::entry::EntryFileType
source · [−]pub enum EntryFileType {
MarkdownDiary(MarkdownDiary),
RstDiary(RstDiary),
}Variants
MarkdownDiary(MarkdownDiary)
RstDiary(RstDiary)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.