Function not_available

Source
pub(super) fn not_available<T>() -> Result<T, Error>
Expand description

Always returns an Error.

This is a temporary function used for RPC method/endpoints that are not yet ready - it should be removed when all are ready.