Add docs to FileIDType
This commit is contained in:
parent
d34143e516
commit
d25a0dd1c0
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ use std::hash::Hash;
|
|||
#[derive(Eq)]
|
||||
// #[derive(Display)]
|
||||
#[derive(Hash)]
|
||||
/**
|
||||
* File ID type
|
||||
*
|
||||
* Currently only UUID is available. Maybe this will be the only type available at all.
|
||||
*/
|
||||
pub enum FileIDType {
|
||||
UUID,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue