pub trait EndpointArgumentApi {
    type EndpointArgumentApiImpl: EndpointArgumentApiImpl;

    // Required method
    fn argument_api_impl() -> Self::EndpointArgumentApiImpl;
}

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§