sage v0.2.0 Sage.Adapter behaviour
This module provides behaviour for Sage executors.
Link to this section Summary
Callbacks
Executes a Sage
Link to this section Callbacks
Link to this callback
execute(sage, opts)
execute(sage :: Sage.t(), opts :: any()) :: {:ok, result :: any(), effects :: Sage.effects()} | {:error, any()}
Executes a Sage.
For more details see Sage.execute/2
.