Skip to main content

ValueRefExt

Trait ValueRefExt 

Source
pub trait ValueRefExt {
    // Required methods
    fn to_data<'a>(&'a self) -> Option<ValueRef<'a>>;
    fn to_entities<'a>(&'a self) -> Option<Vec<ValueRef<'a>>>;
}

Required Methods§

Source

fn to_data<'a>(&'a self) -> Option<ValueRef<'a>>

Source

fn to_entities<'a>(&'a self) -> Option<Vec<ValueRef<'a>>>

Implementations on Foreign Types§

Source§

impl ValueRefExt for ValueRef<'_>

Source§

fn to_data<'a>(&'a self) -> Option<ValueRef<'a>>

Source§

fn to_entities<'a>(&'a self) -> Option<Vec<ValueRef<'a>>>

Implementors§