Type Alias dacquiri::prelude::AttributeResult

source ·
pub type AttributeResult<E> = Result<(), E>;

Aliased Type§

enum AttributeResult<E> {
    Ok(()),
    Err(E),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(E)

Contains the error value