Restrict ChannelInfo::as_directed_from visibility
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 29 Mar 2022 15:20:39 +0000 (10:20 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Sun, 3 Apr 2022 21:42:02 +0000 (16:42 -0500)
commit128685ea9d8b2e4562cd2191761690176b189d6e
treef48a11a7580aba783e75e1c4b32967023f9dbd41
parentee8defb8c6a8c35b58e1ac509e295739d345a8de
Restrict ChannelInfo::as_directed_from visibility

Bindings can't handle references in return types, so reduce the
visibility to pub(crate).
lightning/src/routing/network_graph.rs