Home
last modified time | relevance | path

Searched defs:String (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/ptest/src/
Dmain.rs330 fn textual(&self) -> String { in textual()
344 fn simple_textual(&self) -> String { in simple_textual()
/mcuboot-latest/sim/src/
Dimage.rs140 pub fn new(device: DeviceName, align: usize, erased_val: u8) -> Result<Self, String> { in new() argument