Trait fractal_dto::DTO[][src]

pub trait DTO: Encodable + Decodable { }

The dto trate to make it Encodeable and Decodable into fractal objects

Implementors