referrerpolicy=no-referrer-when-downgrade

Type Alias sp_genesis_builder::Result

source ·
pub type Result = Result<(), String>;
Expand description

The result type alias, used in build methods. Err contains formatted error message.

Aliased Type§

enum Result {
    Ok(()),
    Err(String),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(String)

Contains the error value