[−][src]Trait docx_rs::ElementReader
Required methods
fn read<R: Read>(
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError> where
Self: Sized,
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError> where
Self: Sized,
Implementors
impl ElementReader for Delete[src]
fn read<R: Read>(
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
impl ElementReader for Insert[src]
fn read<R: Read>(
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
impl ElementReader for Level[src]
fn read<R: Read>(
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
impl ElementReader for NumberingProperty[src]
fn read<R: Read>(
r: &mut EventReader<R>,
_attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
_attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
impl ElementReader for Paragraph[src]
fn read<R: Read>(
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
impl ElementReader for Run[src]
fn read<R: Read>(
r: &mut EventReader<R>,
_attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
_attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
impl ElementReader for Style[src]
fn read<R: Read>(
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>[src]
r: &mut EventReader<R>,
attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>