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