Trait nu_engine::FromValue[][src]

pub trait FromValue: Sized {
    fn from_value(v: &Value) -> Result<Self, ShellError>;
}

Required methods

Implementations on Foreign Types

Implementors