[][src]Trait shopless_database::ToView

pub trait ToView<T> {
    pub fn to_view(&self, fmt: &Formatter<'_>) -> T;
}

Required methods

pub fn to_view(&self, fmt: &Formatter<'_>) -> T[src]

Loading content...

Implementations on Foreign Types

impl ToView<LineItem> for (&LineItem, &[LineItemOption])[src]

Loading content...

Implementors

impl ToView<Address> for Address[src]

impl ToView<LineItemOption> for LineItemOption[src]

impl ToView<Order> for OrderData[src]

Loading content...