[][src]Function qi_openapi::v3::from_json_reader

pub fn from_json_reader<R>(r: R) -> Result<Spec, Box<dyn Error>> where
    R: Read