[][src]Struct rpki::xml::decode::Content

pub struct Content { /* fields omitted */ }

Methods

impl Content[src]

pub fn take_element<R, F, E>(
    &self,
    reader: &mut Reader<R>,
    op: F
) -> Result<Content, E> where
    R: BufRead,
    F: FnOnce(Element) -> Result<(), E>,
    E: From<Error>, 
[src]

pub fn take_opt_element<R, F, E>(
    &mut self,
    reader: &mut Reader<R>,
    op: F
) -> Result<Option<Content>, E> where
    R: BufRead,
    F: FnOnce(Element) -> Result<(), E>,
    E: From<Error>, 
[src]

pub fn take_text<R, F, T, E>(
    &mut self,
    reader: &mut Reader<R>,
    op: F
) -> Result<T, E> where
    R: BufRead,
    F: FnOnce(Text) -> Result<T, E>,
    E: From<Error>, 
[src]

pub fn take_end<R: BufRead>(
    &mut self,
    reader: &mut Reader<R>
) -> Result<(), Error>
[src]

Auto Trait Implementations

impl Send for Content

impl Sync for Content

impl Unpin for Content

impl UnwindSafe for Content

impl RefUnwindSafe for Content

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]