framework_cqrs_lib::cqrs::models::jsonapi

Trait CanBeView

Source
pub trait CanBeView<DATAVIEW> {
    // Required method
    fn to_view(&self) -> DATAVIEW;
}

Required Methods§

Source

fn to_view(&self) -> DATAVIEW

Implementors§