pub struct JsonResolutionSourceParser;Trait Implementations§
Source§impl ResolutionSourceParser for JsonResolutionSourceParser
impl ResolutionSourceParser for JsonResolutionSourceParser
fn descriptor(&self) -> Result<ResolutionParserDescriptor, VNextError>
fn parse( &self, _source: ResolutionDecisionSource, _provenance: &ResolutionSourceProvenance, source_bytes: &[u8], ) -> Result<Value, VNextError>
Auto Trait Implementations§
impl Freeze for JsonResolutionSourceParser
impl RefUnwindSafe for JsonResolutionSourceParser
impl Send for JsonResolutionSourceParser
impl Sync for JsonResolutionSourceParser
impl Unpin for JsonResolutionSourceParser
impl UnsafeUnpin for JsonResolutionSourceParser
impl UnwindSafe for JsonResolutionSourceParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more