trait FromInternal<T> {
    fn from_internal(x: T) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors