Trait libnv::libnv::NvTypeOp[][src]

pub trait NvTypeOp {
    fn add_to_list(&self, list: &mut NvList, name: &str) -> NvResult<()>;
}
Expand description

This allows usage of insert method with basic types. Implement this for your own types if you don’t want to convert to primitive types every time.

Required methods

Add self to given list.

Implementations on Foreign Types

Add a $type_ value to the NvList

Add a $type_ value to the NvList

Add a $type_ value to the NvList

Add a $type_ value to the NvList

Add a $type_ value to the NvList

Add a $type_ value to the NvList

Add a $type_ value to the NvList

Add a $type_ value to the NvList

If Some insert content to the list. If None insert null.

Implementors