Home
last modified time | relevance | path

Searched defs:ParseInt (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/str/
H A Dparse_int.rs79 pub trait ParseInt: private::FromStrRadix + TryFrom<u64> { trait
143 impl ParseInt for $ty {} impl