diff options
Diffstat (limited to 'src/stream/actor.rs')
-rw-r--r-- | src/stream/actor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/actor.rs b/src/stream/actor.rs index 4e2bbe4..3ee371d 100644 --- a/src/stream/actor.rs +++ b/src/stream/actor.rs @@ -12,7 +12,7 @@ use url::Url; #[derive(Debug, Deserialize, PartialEq)] pub struct Actor { - name: String, + pub name: String, address: Option<String>, url: Option<Url>, id: String, |