quick_xml::events::attributes

Type Alias AttrResult

source
type AttrResult = Result<Attr<Range<usize>>, AttrError>;

Aliased Type§

enum AttrResult {
    Ok(Attr<Range<usize>>),
    Err(AttrError),
}

Variants§

§1.0.0

Ok(Attr<Range<usize>>)

Contains the success value

§1.0.0

Err(AttrError)

Contains the error value