Home
last modified time | relevance | path

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

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