Module extensions

Source
Expand description

Extension methods and utilities for asynchronous type conversions

This module provides additional functionality and helper methods for working with asynchronous type conversion traits like AsyncTryFrom and AsyncTryInto.

Functionsยง

from_to_into
Creates a FromAdapter for converting between types using AsyncTryFrom.
into_to_from
Creates an IntoAdapter for converting between types using AsyncTryInto.