pub enum MethodAllowList<'a> { All, Selected(&'a [Method]), }
The allowed methods.
All methods are allowed.
Only the methods in the slice are allowed.