into_domain

Function into_domain 

Source
pub fn into_domain<T, Dto>(dto: Dto) -> Result<T, Error>
where T: TryFrom<Dto, Error = ValidationError>,