Trait rlink::functions::schema_base::FunctionSchema[][src]

pub trait FunctionSchema {
    fn schema_types(&self) -> Vec<u8>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
; }

Required methods

fn schema_types(&self) -> Vec<u8>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
[src]

Loading content...

Implementors

impl FunctionSchema for SchemaBaseKeySelector[src]

impl FunctionSchema for SchemaBaseReduceFunction[src]

Loading content...