component

Function component 

Source
pub fn component<T: SchemaType>(
    name: &'static str,
    schema: Schema<T>,
) -> Schema<T>