with_attached_db

Function with_attached_db 

pub fn with_attached_db<R>(
    op: impl FnOnce(&(dyn HirDatabase + 'static)) -> R,
) -> R