#[derive(Compress)]
{
// Attributes available to this derive:
#[compress]
}
Expand description
Derives Compressible and CompressibleBy traits for the given struct or enum.
#[derive(Compress)]
{
// Attributes available to this derive:
#[compress]
}
Derives Compressible and CompressibleBy traits for the given struct or enum.