pub trait DerChoice<'a>: Choice + FromDer<'a> { }

Implementors