Trait rustiful::ToBuilder [] [src]

pub trait ToBuilder where
    Self: Sized + Default
{ type Builder: JsonApiBuilder<Self>; }

A trait for setting a JsonApiBuilder<Self> on any type that implements Default.

This is used in order to access the builder easily after generating the builder.

Associated Types

Implementors