Trait hypers_openapi::Path

source ·
pub trait Path {
    // Required methods
    fn path() -> &'static str;
    fn path_item() -> PathItem;
}

Required Methods§

source

fn path() -> &'static str

source

fn path_item() -> PathItem

Object Safety§

This trait is not object safe.

Implementors§