[][src]Trait basex_rs::Encode

pub trait Encode {
    type Output;
    fn encode(&self, src: &[u8]) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn encode(&self, src: &[u8]) -> Self::Output

Loading content...

Implementors

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

type Output = String

Loading content...