diff --git a/help.html b/help.html index ff5bf3fe90..d88d49ff7a 100644 --- a/help.html +++ b/help.html @@ -1 +1 @@ -
pub(crate) trait LoopBound: Add<Output = Self> + Copy + Display + One + PartialOrd + TryFrom<Value, Error = LeoError> { }
A trait for whose implementors are concrete values for loop bounds.
-