raxb_xmlschema::writer

Type Alias WriterResult

source
pub type WriterResult<T> = Result<T, WriterError>;

Aliased Type§

enum WriterResult<T> {
    Ok(T),
    Err(WriterError),
}

Variants§

§1.6.0

Ok(T)

Contains the success value

§1.6.0

Err(WriterError)

Contains the error value