Type Definition sc_rpc::system::error::Result[][src]

type Result<T> = Result<T, Error>;
Expand description

System RPC Result type.