[][src]Trait json_utils::prelude::SchemaDescription

pub trait SchemaDescription {
    fn description(&self) -> Option<&str>;
fn with_description(self, description: &str) -> Self; }

Required methods

fn description(&self) -> Option<&str>

fn with_description(self, description: &str) -> Self

Loading content...

Implementors

impl<S: ExtraProps> SchemaDescription for S[src]

Loading content...