Add documentation for the StoreAction util type

This commit is contained in:
Matthias Beyer 2016-09-17 15:22:04 +02:00
parent 18c2d75390
commit 62ad1d8071
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
use std::fmt::{Display, Formatter, Error};
/// Utility type to specify which kind of store action is running
#[derive(Clone, Debug)]
pub enum StoreAction {
Create,