Function byte_fmt::eval::encode_abe

source ·
pub fn encode_abe(
    ctx: &EvalCtx<impl Scope>,
    bytes: &[u8],
    options: &[ABE],
    ignore_encoder_errors: bool
) -> Result<String, EncodeError>