Trait tom::IntoValue[][src]

pub trait IntoValue: Sealed { }

Implementations on Foreign Types

impl IntoValue for bool
[src]

impl IntoValue for i64
[src]

impl<'a> IntoValue for &'a str
[src]

Implementors