Trait feed::TextInputGetters [] [src]

pub trait TextInputGetters {
    fn title(&self) -> String;
    fn description(&self) -> String;
    fn name(&self) -> String;
    fn link(&self) -> String;
}

The Getter functions for TextInput

Required Methods

Get the title that exists under TextInput.

Get the description that exists under TextInput.

Get the name that exists under TextInput.

Get the link that exists under TextInput.

Implementors