MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / value

Method value

debugger/testcases/gen_impl.rs:11–13  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

9// impl of Val
10impl Val {
11 fn value(&self) -> &f64 {
12 &self.val
13 }
14}
15
16// impl of GenVal for a generic type `T`

Callers 1

value_to_strFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected