Skip to main content

GetRawCanonicalRefs

Trait GetRawCanonicalRefs 

Source
pub trait GetRawCanonicalRefs: GetPayload {
    // Provided method
    fn raw_canonical_refs(
        &self,
    ) -> Result<Option<RawCanonicalRefs>, RawCanonicalRefsError> { ... }
}

Provided Methods§

Source

fn raw_canonical_refs( &self, ) -> Result<Option<RawCanonicalRefs>, RawCanonicalRefsError>

Retrieve the RawCanonicalRefs by deserializing from the payload (if present).

Implementors§