Function haxeformat::serde::to_vec_with

source ·
pub fn to_vec_with<T: Serialize>(
    value: &T,
    ctx: SerializerContext
) -> Result<Vec<u8>>