[][src]Crate indigo_macros

Modules

idn

Macros

async_request

Returns a future that awaits a request defined by the given “closure”.

attempt

Runs a block of code and catches ? operator returns.

attempt_async

Runs a block of async code and catches ? operator returns.

fail

Returns an Err containing a new fail::Error from format args.

fail_err

Creates a new fail::Error from format args.

fail_with

Returns a closure for using Result::map_err to add a description before another error.

idn_abort
idn_err
log_init

Initializes the log module and sets the default level of the current crate.

path_join

Joins multiple paths together.

path_normalize

Joins multiple paths together and then normalizes the result.

path_resolve

Joins multiple paths together and then resolves the result.