pub async fn run<B, C, A, Sends, Br>(
behavior: B,
mailbox: Consumer<C, B::Msg>,
from: A,
) -> Result<Transcript<A, Sends, Br::Child>, B::Error>Expand description
Drive user-lane messages through a complete behavior protocol.
ยงErrors
Returns the first controlled behavior failure.