Trait clippy_utils::MaybePath
source · pub trait MaybePath<'hir> {
// Required methods
fn hir_id(&self) -> HirId;
fn qpath_opt(&self) -> Option<&QPath<'hir>>;
}
pub trait MaybePath<'hir> {
// Required methods
fn hir_id(&self) -> HirId;
fn qpath_opt(&self) -> Option<&QPath<'hir>>;
}