1
2
3
4
#[derive(Debug, Copy, Clone)]
pub enum ClavesError {
    Permissions,
}