[][src]Function der_parser::ber::ber_encode_tagged_implicit

pub fn ber_encode_tagged_implicit<'a, W: Write + Default + AsRef<[u8]> + 'a>(
    tag: BerTag,
    class: BerClass,
    obj: &'a BerObject
) -> impl SerializeFn<W> + 'a

Encode the provided object in an IMPLICIT tagged value, using the provided tag and class

Note: obj should be the object to be encapsulated, not the ContextSpecific variant.