Skip to content

Access CallError without macros #407

@That3Percent

Description

@That3Percent

If you need to access CallError (which is used in the signature of register_async_method) the only path to do so is through types::error::CallError. But, the types crate is only available if the macros feature is included.

This is undesirable. Instead, CallError should be re-exported from the http_server crate, or the types crate should be available when the server feature is specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions