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(Eq)]
|
||||||
// #[derive(Display)]
|
// #[derive(Display)]
|
||||||
#[derive(Hash)]
|
#[derive(Hash)]
|
||||||
|
/**
|
||||||
|
* File ID type
|
||||||
|
*
|
||||||
|
* Currently only UUID is available. Maybe this will be the only type available at all.
|
||||||
|
*/
|
||||||
pub enum FileIDType {
|
pub enum FileIDType {
|
||||||
UUID,
|
UUID,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue