pub type ProfileAdvertiseResult = Result<(), ErrorCode>;

Aliased Type§

enum ProfileAdvertiseResult {
    Ok(()),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value