Skip to main content

CatalogService

Trait CatalogService 

Source
pub trait CatalogService: Serialize {
    const REFERENCE: &'static str;
}
Expand description

A provisionable catalog service: a typed config bound to a catalog reference.

Required Associated Constants§

Source

const REFERENCE: &'static str

The stripe projects add <reference> key, e.g. "render/postgres".

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§