Trait linux_object::fs::INodeExt
source · [−]pub trait INodeExt {
fn read_as_vec(&self) -> Result<Vec<u8>>;
}
Expand description
extension for INode
Required Methods
fn read_as_vec(&self) -> Result<Vec<u8>>
fn read_as_vec(&self) -> Result<Vec<u8>>
similar to read, but return a u8 vector