pub trait ToASlice<T> { // Required method fn to_aslice(self, allocator: &HtmlAllocator) -> Result<ASlice<T>>; }