mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-18 13:24:38 +03:00
docs(typenum): fix docstring warnings
Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
@@ -16,6 +16,7 @@ macro_rules! typenum2const {
|
|||||||
|
|
||||||
/// Trait implemented by constant integers to facilitate conversion to constant integers
|
/// Trait implemented by constant integers to facilitate conversion to constant integers
|
||||||
pub trait IntoConst<T> {
|
pub trait IntoConst<T> {
|
||||||
|
/// The constant value after conversion
|
||||||
const VALUE: T;
|
const VALUE: T;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user