Trait nu_protocol::FromValue
source · [−]pub trait FromValue: Sized {
fn from_value(v: &Value) -> Result<Self, ShellError>;
}Required Methods
source
pub trait FromValue: Sized {
fn from_value(v: &Value) -> Result<Self, ShellError>;
}