Type Definition moore_common::score::Result

source · []
pub type Result<T> = Result<T, ()>;
Expand description

The result of making a node. Errors that occur while making a node should be reported via a separate channel, e.g. diagnostics, which provide more information to the user.