Enum rump::transport::SerializerType  
            
                [−]
            
        [src]
pub enum SerializerType {
    JSON,
}A type enumerating all possible serialization engines
Variants
| JSON | JSON can be used for human-readable structured data |