pub(crate) trait IntoArray<'ob, const N: usize> {
// Required method
fn into_array(self) -> R<R<[Gc<ObjectType<'ob>>; N], u16>, Error>;
}
pub(crate) trait IntoArray<'ob, const N: usize> {
// Required method
fn into_array(self) -> R<R<[Gc<ObjectType<'ob>>; N], u16>, Error>;
}