pub trait ExtractContext { // Required method fn into_ld_context(self) -> Result<Context, ExtractContextError>; }