[][src]Type Definition dgraph_tonic::TxnReadOnlyType

type TxnReadOnlyType<C> = TxnVariant<ReadOnly<C>, C>;

ReadOnly variant of transaction

Implementations

impl<C: ILazyClient> TxnReadOnlyType<C>[src]

pub fn best_effort(self) -> TxnBestEffortType<C>[src]

Create best effort transaction from read only state