Type Definition finchers::endpoint::EndpointResult [] [src]

type EndpointResult<T> = Result<T, EndpointError>;

The return type of Endpoint::apply()