Searched refs:CustomAlignment (Results 1 – 1 of 1) sorted by relevance
154 fn custom_alignment(&self) -> CustomAlignment { in custom_alignment() argument155 CustomAlignment { in custom_alignment()175 pub(crate) struct CustomAlignment { struct180 type State = CustomAlignment; argument181 fn finish_object(obj: ObjectBuilder<'_>, align: &CustomAlignment) -> Result<Self> { in finish_object()