Add documentation for the StoreAction util type
This commit is contained in:
parent
18c2d75390
commit
62ad1d8071
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue