pub trait DebugDbUpcast<'db, T: ?Sized> {
// Required method
fn debug_db_upcast(&'db self) -> &'db T;
}Expand description
A trait that allows upcasting the database to the type T.
pub trait DebugDbUpcast<'db, T: ?Sized> {
// Required method
fn debug_db_upcast(&'db self) -> &'db T;
}A trait that allows upcasting the database to the type T.