Type Definition frodobuf::CallResult[][src]

type CallResult = Result<Vec<u8>, Box<dyn Error + Sync + Send>>;