[][src]Trait ages_prs::Variant

pub trait Variant: Sealed { }

Variant of PRS compression used. Varies with target game.

This trait is sealed from implementation by downstream consumers, because improper impls of this trait may result in panics in the implementation. If you have a variant of PRS that is not supported here, please open an issue on the issue tracker.

Implementors

impl Variant for Legacy[src]

impl Variant for Modern[src]

Loading content...