Function cosmwasm_schema::export_schema_with_title

source ·
pub fn export_schema_with_title(
    schema: &RootSchema,
    out_dir: &Path,
    title: &str
)
Expand description

Use this if you want to override the auto-detected name of the object. very useful when creating an alias for a type-alias.