[][src]Type Definition sp_api::StateBackendFor

type StateBackendFor<P, Block> = <<P as ProvideRuntimeApi<Block>>::Api as ApiExt<Block>>::StateBackend;

Extract the state backend type for a type that implements ProvideRuntimeApi.