Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dfallback.rs76 pub(crate) fn from_str_checked(src: &str) -> Result<Self, LexError> { in from_str_checked() method
951 pub(crate) fn from_str_checked(repr: &str) -> Result<Self, LexError> { in from_str_checked() method
1223 fn from_str_checked(src: &str) -> Result<Self, imp::LexError> { in from_str_checked() method
H A Dwrapper.rs96 pub(crate) fn from_str_checked(src: &str) -> Result<Self, LexError> { in from_str_checked() method
790 pub(crate) fn from_str_checked(repr: &str) -> Result<Self, LexError> { in from_str_checked() method