sanitize lowest slots (#9747) (#9752)

automerge
This commit is contained in:
mergify[bot]
2020-04-27 22:01:41 -07:00
committed by GitHub
parent fbcc107086
commit 89bfe5fab0
2 changed files with 44 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ pub enum SanitizeError {
Failed,
IndexOutOfBounds,
ValueOutOfRange,
InvalidValue,
}
pub trait Sanitize {