Trait ukanren::ToValue[][src]

pub trait ToValue {
    fn to_value(&self) -> Value;
}
Expand description

A type that can be converted to a value.

Required methods

Convert this type to a value.

Implementations on Foreign Types

Implementors