pub trait Q42LexiconRangeFactory {
type Source: Q42RangeSource;
// Required method
fn open_lexicon_segment(
&self,
segment: &Q42LexiconSegment,
) -> Result<Self::Source>;
}Expand description
Opens a manifest-attested Q42LEX shard through a range transport.
Required Associated Types§
type Source: Q42RangeSource
Required Methods§
fn open_lexicon_segment( &self, segment: &Q42LexiconSegment, ) -> Result<Self::Source>
Implementors§
Source§impl Q42LexiconRangeFactory for IpfsGatewaySegmentFactory
Available on non-WebAssembly only.
impl Q42LexiconRangeFactory for IpfsGatewaySegmentFactory
Available on non-WebAssembly only.