[][src]Trait ommui_data::samplic::UnitRepresentationConvertible

pub trait UnitRepresentationConvertible {
    fn to_representation(
        &self,
        representation: &UnitRepresentationDescription
    ) -> Self;
fn from_representation(
        &self,
        representation: &UnitRepresentationDescription
    ) -> Self; }

Required methods

fn to_representation(
    &self,
    representation: &UnitRepresentationDescription
) -> Self

fn from_representation(
    &self,
    representation: &UnitRepresentationDescription
) -> Self

Loading content...

Implementations on Foreign Types

impl UnitRepresentationConvertible for f64[src]

Loading content...

Implementors

Loading content...