[][src]Type Definition moore::score::Result

type Result<T> = Result<T, ()>;

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.