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

View file

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