Trait sysfuss::SysAttributeExt
source · pub trait SysAttributeExt: SysAttribute + Eq {
// Provided methods
fn read_str(&self, entity: &dyn SysEntity) -> IoResult<String> { ... }
fn write_str(&self, entity: &dyn SysEntity, s: &str) -> IoResult<()> { ... }
fn parse<T: FromStr<Err = E>, E>(
&self,
entity: &dyn SysEntity
) -> Result<T, EitherErr2<Error, E>> { ... }
}Expand description
sysfs entity attribute functionality extension