pub trait RemotePublicKey: Send + Sync + 'static { // Required methods fn as_raw(&self) -> Result<Vec<u8>>; fn as_any(&self) -> &dyn Any; }
Export the key component in the binary uncompressed point representation.
For downcasting purposes.