pub trait AsData<Ty>: Copy {
    fn as_data(self) -> Ty;
}

Required Methods

Implementations on Foreign Types

Implementors