trait ToInternal<T> {
    fn to_internal(self) -> T;
}

Required Methods

Implementations on Foreign Types

Implementors