Attribute Macros

  • Wraps a function that returns a Result<T, E> in such a way that will always return the T type, relying on an Into<T> implemetation to exist for the E type.