Crate auto_error_into_macro

Source

Attribute Macrosยง

auto_error_into
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.