Trait repl_rs::Convert[][src]

pub trait Convert<T> {
    fn convert(&self) -> Result<T>;
}
Expand description

Trait to convert from a Value to some other type.

Required methods

Implementors