pub trait WriteType {
    type WriteType;
}

Associated Types

Implementations on Foreign Types

Implementors