Function okapi::merge::marge_spec_list

source ·
pub fn marge_spec_list<S: Display>(
    spec_list: &[(S, OpenApi)]
) -> Result<OpenApi, MergeError>
Expand description

Marge the list of all specs together into on big OpenApi object.