Trait flow_sdk::requests::FlowRequest[][src]

pub trait FlowRequest<Response>: Sealed {
    const PATH: &'static str;
}
Expand description

A callable request of the Flow Access API.

Associated Constants

The path of the request.

formatted as “/”({package} “.”)? {service}“/” {method}.

Implementors