pub trait Make: Addon { // Provided method fn make() -> Result<()> { ... } }
Main entrypoint.
error if tasks failed.