Complete

Trait Complete 

Source
pub trait Complete<'a>: State<'a, Label: IsSetLabel<'a>, Layout: IsSetLayout<'a>, Entries: IsSetEntries<'a>> { }

Implementors§

Source§

impl<'a, CS: State<'a, Label: IsSetLabel<'a>, Layout: IsSetLayout<'a>, Entries: IsSetEntries<'a>>> Complete<'a> for CS