Trait deno_core::ValueOrVector[][src]

pub trait ValueOrVector {
    fn value(&self) -> u32;
fn vector(self) -> Option<Vec<u8>>; }

Required methods

fn value(&self) -> u32[src]

fn vector(self) -> Option<Vec<u8>>[src]

Loading content...

Implementations on Foreign Types

impl ValueOrVector for Vec<u8>[src]

impl ValueOrVector for u32[src]

Loading content...

Implementors

Loading content...