Trait framework_cqrs_lib::cqrs::models::jsonapi::CanBeView

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

Required Methods§

source

fn to_view(&self) -> DATAVIEW

Implementors§