Trait edn::query::FromValue [] [src]

pub trait FromValue<T> {
    fn from_value(v: &ValueAndSpan) -> Option<T>;
}

Required Methods

Implementors