Type Definition bip_utracker::ServerResult [] [src]

type ServerResult<'a, T> = Result<T, &'a str>;

Result type for a ServerHandler.

Either the response T or an error message.