Function easy_plugin::extractor::pat_to_path
[−]
pub fn pat_to_path(pat: &Pat) -> Result<(Option<QSelf>, Path), (Span, String)>
Returns the PatKind::Path
values in the supplied Pat
.