pub fn try_ext_as_virtual_impl(
db: &dyn DefsGroup,
external_id: InternId,
) -> Option<VirtualFile>
Expand description
Returns the VirtualFile
matching the given external id.
pub fn try_ext_as_virtual_impl(
db: &dyn DefsGroup,
external_id: InternId,
) -> Option<VirtualFile>
Returns the VirtualFile
matching the given external id.