Enum crdt_fileset::FileSetError [] [src]

pub enum FileSetError {
    IOError(Error),
    IDNotFound(u32u32),
}

Variants