[][src]Trait oas3::FromRef

pub trait FromRef: Clone {
    fn from_ref(spec: &Spec, path: &str) -> Option<Self>
    where
        Self: Sized
; }

Required methods

fn from_ref(spec: &Spec, path: &str) -> Option<Self> where
    Self: Sized

Loading content...

Implementors

impl FromRef for Example[src]

impl FromRef for RequestBody[src]

impl FromRef for Response[src]

impl FromRef for Schema[src]

Loading content...