Skip to main content

get_subject_data

Function get_subject_data 

Source
pub async fn get_subject_data<A>(
    ctx: &mut ActorContext<A>,
    subject_id: &DigestIdentifier,
) -> Result<Option<SubjectData>, ActorError>
where A: Actor + Handler<A>,