Trait fetish_lib::displayable_with_state::DisplayableWithState[][src]

pub trait DisplayableWithState {
    fn display(&self, state: &InterpreterState<'_>) -> String;
}
Expand description

Trait for things that may be rendered as a String provided that an InterpreterState is available.

Required methods

fn display(&self, state: &InterpreterState<'_>) -> String[src]

Implementors