MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / exec

Method exec

src/lib.rs:99–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 T: Fn(),
98{
99 fn exec(&self)
100 {
101 serprint!("{}...\t", core::any::type_name::<T>());
102 self();
103 serprintln!("[SUCCESS]");
104 }
105}
106
107pub fn testexec(tests: &[&dyn CanTest])

Callers 1

testexecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected