MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / unbox

Function unbox

src/entity/column.rs:459–461  ·  view source on GitHub ↗
(boxed: Box<T>)

Source from the content-addressed store, hash-verified

457
458 #[allow(clippy::boxed_local)]
459 fn unbox<T>(boxed: Box<T>) -> T {
460 *boxed
461 }
462
463 let expr = expr.into();
464 match expr {

Callers 1

cast_enum_asFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected