pub fn initial_implementation(
path_to_setup: &Path,
implementation: ItemImpl,
) -> Result<ItemImpl, Error>Expand description
Provides an initial implementation.
Any other implementations will replace this one, no matter the execution order.
ยงErrors
It will only error if there is something wrong with the path_to_setup or the implementation.