Trait cros_fdt::propval::ToFdtPropval
source · pub trait ToFdtPropval {
// Required method
fn to_propval(self) -> Result<Vec<u8>>;
}
Expand description
Conversion into an FDT property value.
Implementing ToFdtPropval
for a type defines its conversion to a raw
FDT property value (a byte vector).