[][src]Trait flowclib::model::datatype::HasDataType

pub trait HasDataType {
    fn datatype(&self) -> &DataType;
}

Required methods

fn datatype(&self) -> &DataType

Loading content...

Implementors

impl HasDataType for IO[src]

Loading content...