ketos::foreign_type_conversions [] [src]

macro_rules! foreign_type_conversions {
    ( $ty:ty => $name:expr ) => { ... };
}

Generates conversion trait implementations for the given type.

foreign_type_conversions!{ MyType => "my-type" }