pub trait BerChoice<'a>: Choice + FromBer<'a> { }

Implementors