Searched refs:FromStrRadix (Results 1 – 1 of 1) sorted by relevance
20 pub trait FromStrRadix: Sized { interface79 pub trait ParseInt: private::FromStrRadix + TryFrom<u64> {108 impl private::FromStrRadix for $ty {