Macro matrix_sdk_base::ruma::uint
source ยท macro_rules! uint { ($n:literal) => { ... }; }
Expand description
Creates a UInt
from a numeric literal.
macro_rules! uint { ($n:literal) => { ... }; }
Creates a UInt
from a numeric literal.