Trait jsonapis::Builder [−][src]
pub trait Builder: Clone + Debug + Eq + PartialEq + Sized {
type Entity: Entity;
fn finish(self) -> Result<Self::Entity, ()>;
fn unwrap(self) -> Self::Entity { ... }
}pub trait Builder: Clone + Debug + Eq + PartialEq + Sized {
type Entity: Entity;
fn finish(self) -> Result<Self::Entity, ()>;
fn unwrap(self) -> Self::Entity { ... }
}