Function textify_binary

Source
pub fn textify_binary<S: Scope, W: Write>(
    items: &[u8],
    ctx: &S,
    w: &mut W,
) -> Result