Home
last modified time | relevance | path

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

/linux/rust/kernel/str/
H A Dparse_int.rs79 pub trait ParseInt: private::FromStrRadix + TryFrom<u64> { interface
143 impl ParseInt for $ty {} impl
/linux/rust/kernel/
H A Dmodule_param.rs92 <$ty as crate::str::parse_int::ParseInt>::from_str(arg)