Trait conform::Conform [] [src]

pub trait Conform {
    fn conform(&mut self) -> &mut Self
    where
        Self: Sized
; }

The trait implemented by conform_derive

Required Methods

Implementors