[][src]Trait basex_rs::Decode

pub trait Decode {
    type Output;
    fn decode(&self, src: String) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn decode(&self, src: String) -> Self::Output

Loading content...

Implementors

impl<'a> Decode for BaseX<'a>[src]

type Output = Option<Vec<u8>>

Loading content...