#[derive(Decompress)]
{
// Attributes available to this derive:
#[compress]
}
Expand description
Derives DecompressibleBy
trait for the given struct
or enum
.
#[derive(Decompress)]
{
// Attributes available to this derive:
#[compress]
}
Derives DecompressibleBy
trait for the given struct
or enum
.