Trait fdt::PropertyValue [] [src]

pub trait PropertyValue<'a> {
    fn from_raw(raw: &'a [u8]) -> Result<Self, &'static str>
    where
        Self: Sized
; }

Required Methods

Implementors