make FString pub
This commit is contained in:
parent
2ac56b9f01
commit
0eb6de377c
1 changed files with 3 additions and 3 deletions
|
|
@ -16,9 +16,9 @@ pub enum FStringEncoding {
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct FString {
|
pub struct FString {
|
||||||
encoding: FStringEncoding,
|
pub encoding: FStringEncoding,
|
||||||
enc_len: usize,
|
pub enc_len: usize,
|
||||||
str: String
|
pub str: String
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Decoder for FString {
|
impl Decoder for FString {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue