Home
last modified time | relevance | path

Searched refs:FromUtf16Error (Results 26 – 50 of 119) sorted by relevance

12345

/dports/net/proby/proby-1.0.2/cargo-crates/widestring-0.4.2/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
175 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
332 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/dns/dog/dog-0.1.0/cargo-crates/widestring-0.4.3/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
177 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
336 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/security/suricata/suricata-6.0.4/rust/vendor/widestring/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
177 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
336 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/widestring-0.4.3/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
177 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
336 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/net/oha/oha-0.4.7/cargo-crates/widestring-0.4.3/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
177 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
336 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/widestring-0.4.3/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
177 pub fn to_string(&self) -> Result<String, FromUtf16Error> {
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
336 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/widestring-0.4.2/src/
H A Dustr.rs7 string::{FromUtf16Error, String},
13 string::{FromUtf16Error, String},
175 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
332 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/www/firefox/firefox-99.0/toolkit/components/xulstore/src/
H A Derror.rs10 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
21 ConvertString(#[from] FromUtf16Error),
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/xulstore/src/
H A Derror.rs10 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
21 ConvertString(#[from] FromUtf16Error),
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/xulstore/src/
H A Derror.rs10 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
21 ConvertString(#[from] FromUtf16Error),
/dports/www/firefox/firefox-99.0/toolkit/components/kvstore/src/
H A Derror.rs11 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
20 ConvertString(#[from] FromUtf16Error),
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/kvstore/src/
H A Derror.rs11 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
20 ConvertString(#[from] FromUtf16Error),
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/kvstore/src/
H A Derror.rs11 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
20 ConvertString(#[from] FromUtf16Error),
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/widestring-0.4.3/src/
H A Ducstr.rs8 string::{FromUtf16Error, String},
15 string::{FromUtf16Error, String},
336 pub fn to_string(&self) -> Result<String, FromUtf16Error> { in to_string() argument
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/types/
H A Dbstr.rs51 type Error = ::std::string::FromUtf16Error;
59 type Error = ::std::string::FromUtf16Error;
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/plist-0.4.2/src/stream/
H A Dbinary_reader.rs4 use std::string::{FromUtf16Error, FromUtf8Error};
15 impl From<FromUtf16Error> for Error {
16 fn from(_: FromUtf16Error) -> Error { in from()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/plist-0.4.2/src/stream/
H A Dbinary_reader.rs4 use std::string::{FromUtf16Error, FromUtf8Error};
15 impl From<FromUtf16Error> for Error {
16 fn from(_: FromUtf16Error) -> Error { in from()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/sys/windows/
H A Dmod.rs149 impl From<string::FromUtf16Error> for Errno {
150 fn from(_err: string::FromUtf16Error) -> Self { in from()

12345