Home
last modified time | relevance | path

Searched refs:FromUtf16Error (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/kvstore/src/
H A Derror.rs11 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
19 ConvertString(FromUtf16Error),
108 impl From<FromUtf16Error> for KeyValueError {
109 fn from(err: FromUtf16Error) -> KeyValueError { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/src/
H A Derror.rs10 use std::{io::Error as IoError, str::Utf8Error, string::FromUtf16Error, sync::PoisonError};
20 ConvertString(FromUtf16Error),
76 impl From<FromUtf16Error> for XULStoreError {
77 fn from(err: FromUtf16Error) -> XULStoreError { in from()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ipconfig-0.2.2/src/
H A Derror.rs11 FromUtf16(::std::string::FromUtf16Error),
47 impl From<std::string::FromUtf16Error> for Error {
48 fn from(err: std::string::FromUtf16Error) -> Self { in from()
/dports/dns/dog/dog-0.1.0/cargo-crates/ipconfig-0.2.2/src/
H A Derror.rs11 FromUtf16(::std::string::FromUtf16Error),
47 impl From<std::string::FromUtf16Error> for Error {
48 fn from(err: std::string::FromUtf16Error) -> Self { in from()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ipconfig-0.2.2/src/
H A Derror.rs11 FromUtf16(::std::string::FromUtf16Error),
47 impl From<std::string::FromUtf16Error> for Error {
48 fn from(err: std::string::FromUtf16Error) -> Self { in from()
/dports/net/proby/proby-1.0.2/cargo-crates/ipconfig-0.2.2/src/
H A Derror.rs11 FromUtf16(::std::string::FromUtf16Error),
47 impl From<std::string::FromUtf16Error> for Error {
48 fn from(err: std::string::FromUtf16Error) -> Self { in from()
/dports/net/oha/oha-0.4.7/cargo-crates/ipconfig-0.2.2/src/
H A Derror.rs11 FromUtf16(::std::string::FromUtf16Error),
47 impl From<std::string::FromUtf16Error> for Error {
48 fn from(err: std::string::FromUtf16Error) -> Self { in from()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/mp4ameta-0.6.1/src/
H A Derror.rs32 Utf16StringDecoding(string::FromUtf16Error),
77 impl From<string::FromUtf16Error> for Error {
78 fn from(err: string::FromUtf16Error) -> Error { in from()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dogear-0.4.0/src/
H A Derror.rs15 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
46 impl From<FromUtf16Error> for Error {
47 fn from(error: FromUtf16Error) -> Error { in from()
/dports/www/firefox/firefox-99.0/third_party/rust/dogear/src/
H A Derror.rs15 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
46 impl From<FromUtf16Error> for Error {
47 fn from(error: FromUtf16Error) -> Error { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dogear/src/
H A Derror.rs15 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
46 impl From<FromUtf16Error> for Error {
47 fn from(error: FromUtf16Error) -> Error { in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dogear/src/
H A Derror.rs15 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
46 impl From<FromUtf16Error> for Error {
47 fn from(error: FromUtf16Error) -> Error { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dogear/src/
H A Derror.rs15 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
46 impl From<FromUtf16Error> for Error {
47 fn from(error: FromUtf16Error) -> Error { in from()
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/arbitrary/_std/
H A Dstring.rs20 alloc::string::FromUtf16Error, ::std::string::FromUtf16Error
52 lazy_just!(FromUtf16Error, || String::from_utf16(&[0xD800])
315 from_utf16_error => FromUtf16Error,
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/arbitrary/_std/
H A Dstring.rs20 alloc::string::FromUtf16Error, ::std::string::FromUtf16Error
52 lazy_just!(FromUtf16Error, || String::from_utf16(&[0xD800])
315 from_utf16_error => FromUtf16Error,
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/arbitrary/_std/
H A Dstring.rs20 alloc::string::FromUtf16Error, ::std::string::FromUtf16Error
52 lazy_just!(FromUtf16Error, || String::from_utf16(&[0xD800])
315 from_utf16_error => FromUtf16Error,
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/bookmark_sync/src/
H A Derror.rs5 use std::{error, fmt, result, string::FromUtf16Error};
58 impl From<FromUtf16Error> for Error {
59 fn from(error: FromUtf16Error) -> Error { in from()
/dports/www/firefox/firefox-99.0/toolkit/components/places/bookmark_sync/src/
H A Derror.rs5 use std::{error, fmt, result, string::FromUtf16Error};
58 impl From<FromUtf16Error> for Error {
59 fn from(error: FromUtf16Error) -> Error { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/bookmark_sync/src/
H A Derror.rs5 use std::{error, fmt, result, string::FromUtf16Error};
58 impl From<FromUtf16Error> for Error {
59 fn from(error: FromUtf16Error) -> Error { in from()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/places/bookmark_sync/src/
H A Derror.rs5 use std::{error, fmt, result, string::FromUtf16Error};
58 impl From<FromUtf16Error> for Error {
59 fn from(error: FromUtf16Error) -> Error { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Derror.rs5 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
71 impl From<FromUtf16Error> for Error {
72 fn from(error: FromUtf16Error) -> Error { in from()
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Derror.rs5 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
71 impl From<FromUtf16Error> for Error {
72 fn from(error: FromUtf16Error) -> Error { in from()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Derror.rs5 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
71 impl From<FromUtf16Error> for Error {
72 fn from(error: FromUtf16Error) -> Error { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Derror.rs5 use std::{error, fmt, result, str::Utf8Error, string::FromUtf16Error};
71 impl From<FromUtf16Error> for Error {
72 fn from(error: FromUtf16Error) -> Error { in from()
/dports/security/vaultwarden/vaultwarden-1.23.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

12345