Trait nu_engine::FromValue [−][src]
pub trait FromValue: Sized { fn from_value(v: &Value) -> Result<Self, ShellError>; }
Required methods
fn from_value(v: &Value) -> Result<Self, ShellError>pub trait FromValue: Sized { fn from_value(v: &Value) -> Result<Self, ShellError>; }
fn from_value(v: &Value) -> Result<Self, ShellError>