Skip to main content

ComponentDescriber

Trait ComponentDescriber 

Source
pub trait ComponentDescriber {
    // Required method
    fn describe(&self, component: &str) -> Result<ComponentSchema, String>;
}

Required Methods§

Source

fn describe(&self, component: &str) -> Result<ComponentSchema, String>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§