pub type Result<T> = Result<T, GeyserPluginError>;

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(GeyserPluginError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(GeyserPluginError)

Contains the error value